Ejemplo n.º 1
0
 public static void Start()
 {
     if (Current == null)
     {
         Current = new AppController();
     }
 }
Ejemplo n.º 2
0
 private void Application_Startup(object sender, StartupEventArgs e)
 {
     AppController.Start();
 }