コード例 #1
0
ファイル: Grid.cs プロジェクト: Mojopon/ThreeSeven
 public void FixGroup()
 {
     IGridCommand command = new FixGroupCommand(this, _currentGroup);
     command.Execute();
 }
コード例 #2
0
    public void FixGroup()
    {
        IGridCommand command = new FixGroupCommand(this, _currentGroup);

        command.Execute();
    }