Example #1
0
 public void SendSuccess()
 {
     Finish();
     _presenter.DetachView();
     StartActivity(typeof(MainActivity));
     Dispose();
 }