예제 #1
0
 public TaskScheduler()
 {
     LocalDataStore.CreateLocalConfigurationSettings();
     DispatcherTimerSetup();
 }
예제 #2
0
 public MainPage()
 {
     this.InitializeComponent();
     LocalDataStore.CreateLocalConfigurationSettings();
     TaskScheduler taskScheduler = new TaskScheduler();
 }