ExportDataDialogViewModel Constructor KerbalEdit - Take control of your KSP Data!
Initializes a new instance of the ExportDataDialogViewModel class.

Namespace: KerbalEdit.ViewModels
Assembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public ExportDataDialogViewModel(
	IStorable storable,
	ProcessorRegistry registry
)

Parameters

storable
Type: IStorable
IStorable instance to copy and export
registry
Type: ProcessorRegistry
configured ProcessorRegistry instance used for serialization during export.
See Also