Пример #1
0
 private void TallyHandler(object sender, IrcEventArgs e)
 {
     var action = new TallyAction(BotMethods, client, certificateStorage, e);
     AddAction(action);
 }
Пример #2
0
        private void TallyHandler(object sender, IrcEventArgs e)
        {
            var action = new TallyAction(BotMethods, client, certificateStorage, e);

            AddAction(action);
        }