public IndexViewModel(
SchemeIndex model,
ViewModelScope scope
)Public Sub New (
model As SchemeIndex,
scope As ViewModelScope
)public:
IndexViewModel(
SchemeIndex^ model,
ViewModelScope^ scope
)new :
model : SchemeIndex *
scope : ViewModelScope -> IndexViewModel