Beispiel #1
0
 public AddGroupCommand(IGrid grid, ISetting setting, IGroup group, List <IBlock> allBlocks, OnGroupAddEventHandler onGroupAddEvent) : base(grid)
 {
     _setting         = setting;
     _group           = group;
     _allBlocks       = allBlocks;
     _onGroupAddEvent = onGroupAddEvent;
 }
Beispiel #2
0
 public AddGroupCommand(IGrid grid, ISetting setting, IGroup group, List<IBlock> allBlocks, OnGroupAddEventHandler onGroupAddEvent)
     : base(grid)
 {
     _setting = setting;
     _group = group;
     _allBlocks = allBlocks;
     _onGroupAddEvent = onGroupAddEvent;
 }