Ejemplo n.º 1
0
 public static BoggleClientContext GetContext()
 {
     if (context == null)
     {
         context = new BoggleClientContext();
     }
     return(context);
 }
Ejemplo n.º 2
0
        private static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            var context = BoggleClientContext.GetContext();

            BoggleClientContext.GetContext().RunNew();

            Application.Run(context);
        }