Пример #1
0
 private static void Main(string[] args)
 {
     if (args == null)
     {
         throw new ArgumentNullException("args");
     }
     UIMainLoop.LoadMainLoop();
 }
Пример #2
0
        static void Main(string[] args)
        {
            Console.WriteLine("Hi!");
            Console.WriteLine("Let me just check what's happened since last week...");
            StatisticsServiceUI.UpdateMatchesFootyWire();

            Console.WriteLine("All caught up, time to tip!");
            UIMainLoop.TwitterTipNextRound();

            Console.WriteLine("Tipped!");
            Console.ReadLine();
        }