コード例 #1
0
 public void Execute(object parameter)
 {
     CommandCalled?.Invoke(this, new EventArgs <TestMethod>(parameter as TestMethod));
 }
コード例 #2
0
 public void Execute(T argument)
 {
     CommandCalled?.Invoke(this, new EventArgs <T>(argument));
 }