コード例 #1
0
 private void Initialize(ExportConfigCmd exportCmd, bool exportConfigFileOnly, string exportConfigPath)
 {
     ExportConfigCommand = exportCmd;
     m_configExporter    = new Toolkit.ConfigExporter(exportConfigFileOnly, exportConfigPath);
 }
コード例 #2
0
 public ConfigExporter(ExportConfigCmd exportCmd, bool exportConfigFileOnly, string exportConfigPath)
 {
     Initialize(exportCmd, exportConfigFileOnly, exportConfigPath);
 }