コード例 #1
0
 public void RegisterClick()
 {
     _redirector.GoToAccountRegisterPage(_webContext.FriendshipRequest);
 }
コード例 #2
0
ファイル: LoginPresenter.cs プロジェクト: ngocpq/MHX2
 public void GoToRegister()
 {
     _redirector.GoToAccountRegisterPage();
 }