예제 #1
0
        // 按下加入權限
        private void ClickAddAuthoButton(object sender, EventArgs e)
        {
            this.SetAllNewAuthoVariableToPM();

            _authoController = new AuthorizationController(_authoPresentationModel);
            _authoController.AddAuthorization();
        }