예제 #1
0
 private void Shortcut_Ctrl_P()
 {
     MainBrowser.Print();
 }
예제 #2
0
 private void PrintMenuItem_Click(object sender, RoutedEventArgs e)
 {
     MainBrowser.Print();
 }