コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: enou-fun/enou-pc
 private void ButtonPush_OnClick(object sender, RoutedEventArgs e)
 {
     NotifyIconContextContent.CloseContextControl();
     this.Dispatcher.Invoke(() => { Visibility = Visibility.Visible; });
 }
コード例 #2
0
 private void ButtonPush_OnClick(object sender, RoutedEventArgs e) => NotifyIconContextContent.CloseContextControl();