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