Beispiel #1
0
 public AppChainEventArgs(string method, AppChainState state)
 {
     this.Method = method;
     this.State  = state;
 }