Ejemplo n.º 1
0
 public static void Start()
 {
     Log.Debug("App", "App is starting");
     ExternalProvider.RegisterHost();
     Started    = true;
     FirstTime  = true;
     Waiting    = false;
     Stopping   = false;
     Aborting   = false;
     InitStatus = null;
     LastSong   = null;
     Task t = Task.Run(Run);
 }