Example #1
0
 private void MenuItem_Drukuj_Click(object sender, RoutedEventArgs e)
 {
     Printing.PrintText(textBox.Text);
     //string text = textBox.Text;
 }
Example #2
0
 private void MenuItem_Drukuj_Click(object sender, RoutedEventArgs e)
 {
     Printing.PrintText(textBox.Text, Font.ExtractFrom(textBox));
 }