BioBotApp.View.Protocol.ProtocolControl.btnSendToPresenter_Click_1 C# (CSharp) Méthode

btnSendToPresenter_Click_1() private méthode

private btnSendToPresenter_Click_1 ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void
        private void btnSendToPresenter_Click_1(object sender, EventArgs e)
        {
            if (OnProtocolAddEvent != null)
            {
                OnProtocolAddEvent(this, new ProtocolAddEvent(txtProtocolName.Text));
            }
        }