Initializes a new instance of the SaveAsDialogView class.
Namespace: KerbalEdit.ViewsAssembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public SaveAsDialogView( SaveAsDialogViewModel vm )
Parameters
- vm
- Type: KerbalEdit.ViewModels SaveAsDialogViewModel
model instance to use with the view
See Also