Initializes a new instance of the ChangeOrbitDialogViewModel class.
Namespace: KerbalEdit.ViewModelsAssembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ChangeOrbitDialogViewModel( INotifyPropertyChanged vm )
Parameters
- vm
- Type:
System.ComponentModel INotifyPropertyChanged
View model instance of type KerbalDataObjectViewModel
See Also