コード例 #1
0
 public void Attach(LoginContract.IView view)
 {
     this.view = view;
 }
コード例 #2
0
 public void Detach()
 {
     this.view = null;
 }