コード例 #1
0
ファイル: User.aspx.cs プロジェクト: kilonet/ezakaz
 protected void btnAccept_Click(object sender, EventArgs e)
 {
     Presenter.AcceptUser();
 }