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