Пример #1
0
 private static void Main(string[] args)
 {
     if (args == null)
     {
         throw new ArgumentNullException("args");
     }
     UIMainLoop.LoadMainLoop();
 }