Ejemplo n.º 1
0
 public TaskScheduler()
 {
     LocalDataStore.CreateLocalConfigurationSettings();
     DispatcherTimerSetup();
 }
Ejemplo n.º 2
0
 public MainPage()
 {
     this.InitializeComponent();
     LocalDataStore.CreateLocalConfigurationSettings();
     TaskScheduler taskScheduler = new TaskScheduler();
 }