예제 #1
0
파일: PushDialog.cs 프로젝트: oqewok/gitter
 public bool Execute()
 {
     return(_controller.TryPush());
 }
예제 #2
0
 public bool Execute() => _controller.TryPush();