コード例 #1
0
ファイル: CommandManager.cs プロジェクト: ELPTFASSN/KBDoctor
 public bool ExecChangeLegacyCode(CommandData cmdData)
 {
     ObjectsHelper.ChangeLegacyCode();
     return(true);
 }