Questor.QuestorfrmMain.bttnMaintainConsoleLogs_Click C# (CSharp) Метод

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

private bttnMaintainConsoleLogs_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        private void bttnMaintainConsoleLogs_Click(object sender, EventArgs e)
        {
            Logging.Log("QuestorUI", "Starting Logging.MaintainConsoleLogs() Routine.", Logging.Debug);
            Logging.MaintainConsoleLogs();
        }
QuestorfrmMain