예제 #1
0
 private void StartWithWindows_Click(object sender, RoutedEventArgs e) => StartWithWindowsChanged?.Invoke(StartWithWindows.IsChecked);
예제 #2
0
 protected void OnStartWithWindowsChanged()
 {
     StartWithWindowsChanged?.Invoke(this, EventArgs.Empty);
 }