Exemplo n.º 1
0
 private void ItalicExecuted(object sender, ExecutedRoutedEventArgs e)
 {
     if (htmldoc != null)
     {
         htmldoc.Italic();
     }
 }