예제 #1
0
파일: Grid.cs 프로젝트: Mojopon/ThreeSeven
 public bool StartDeleting()
 {
     IGridCommand command = new StartDeletingCommand(this, OnDeleteEvent);
     return command.Execute();
 }
예제 #2
0
    public bool StartDeleting()
    {
        IGridCommand command = new StartDeletingCommand(this, OnDeleteEvent);

        return(command.Execute());
    }