Ejemplo n.º 1
0
 private void Initialize(ExportConfigCmd exportCmd, bool exportConfigFileOnly, string exportConfigPath)
 {
     ExportConfigCommand = exportCmd;
     m_configExporter    = new Toolkit.ConfigExporter(exportConfigFileOnly, exportConfigPath);
 }
Ejemplo n.º 2
0
 public ConfigExporter(ExportConfigCmd exportCmd, bool exportConfigFileOnly, string exportConfigPath)
 {
     Initialize(exportCmd, exportConfigFileOnly, exportConfigPath);
 }