Exemplo n.º 1
0
 internal AppState(App application)
 {
     _application = application;
     _scheduler = new Scheduler();
     _schedule = null;
 }
Exemplo n.º 2
0
 public static void Main()
 {
     Schedule.App app = new Schedule.App();
     app.InitializeComponent();
     app.Run();
 }