Exemplo n.º 1
0
 // 履歴のクリア
 private void DeleteClipboardHistoryButton_Click(object sender, RoutedEventArgs e)
 {
     Clipboard.ClearHistory();
 }