コード例 #1
0
 public ImageReminderView(ModernWindow wnd, ViewProfiles viewProfiles)
 {
     _runningApplication = RunningApplication.Instance();
     InitializeComponent();
     _userCancelledAction = false;
     _window        = wnd;
     _baseView      = viewProfiles;
     _configuration = _runningApplication.Services.ProgramConfiguration.TempConfiguration;
     Setup();
 }
コード例 #2
0
 private void UserControl_Loaded(object sender, System.Windows.RoutedEventArgs e)
 {
     Instance = this;
     UpdateList();
 }
コード例 #3
0
 private void ProfileList_GotFocus(object sender, RoutedEventArgs e)
 {
     Instance = this;
 }