예제 #1
0
        static void Main(string[] args)
        {
            Console.WriteLine("test");

            /*  IBot bot = new VkQuizBot();
             * Console.WriteLine(bot.BotName);
             * Console.WriteLine(bot.SocialNetwork);
             * //   Authorization a = new Authorization();
             * VkToken t = (VkToken)a.Token;
             * Console.WriteLine(t.Name + " " + t.SurName);
             * string[] s = new string[] { t.login, t.pass, "25" };
             * bot.Start(s);
             * Console.WriteLine("END");*/
            QuizForm qf = new QuizForm();

            qf.ShowDialog(); //35

            /*  MainForm m = new MainForm();
             * m.ShowDialog();*/
            /*  Authorization a = new Authorization();
             * VkToken t = (VkToken)a.Token;
             * string[] s = new string[] { t.login, t.pass };
             * IBot bot = new VkPresentBot();
             * Console.WriteLine("START");
             * bot.Start(s);
             * Console.WriteLine("STOP");*/
            /* GraphForm form = new GraphForm();
             * form.ShowDialog();*/
            Console.Read();
        }