コード例 #1
0
ファイル: MWLCommands.cs プロジェクト: sakpung/webstudy
 public TransactionCommand Add(IMWLCommand cmd)
 {
     _lst.Add(cmd);
     return(this);
 }
コード例 #2
0
ファイル: MWLCommands.cs プロジェクト: sakpung/webstudy
 public CompositeCommand Add(IMWLCommand cmd)
 {
     _lst.Add(cmd);
     return(this);
 }