コード例 #1
0
ファイル: Command.cs プロジェクト: vadimxL/CommandsProj
 public Command(Command cmd)
 {
     cmd.CopyTo(this);
 }