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