コード例 #1
0
ファイル: CutCommand.cs プロジェクト: wiserwing/Version3
 public override void Execute(object parameter)
 {
     EditViewModel.CutSelection();
 }