コード例 #1
0
 public ForwardingTableEventArgs(string action, ITableRow row)
 {
     Action = action;
     Row    = row;
 }