예제 #1
0
 public void HelpAbout()
 {
     var dlg = new AboutDialog(this.Owner)
     {
         Title = "About OxyPlot ExportDemo",
         Image = new BitmapImage(new Uri(@"pack://application:,,,/ExportDemo;component/Images/oxyplot.png"))
     };
     dlg.Show();
 }