Binboo.BinbooMainForm.Quit C# (CSharp) Метод

Quit() приватный Метод

private Quit ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        private void Quit(object sender, EventArgs e)
        {
            //TODO: Notify plugins that we ate going to unload.
            //if (null != _jira)
            //{
            //    _jira.LogOut();
            //}

            Close();
        }