예제 #1
0
 public void ShowConfiguration()
 {
     if (Content != null)
     {
         using (ScatterPlotVisualPropertiesDialog dialog = new ScatterPlotVisualPropertiesDialog(Content)) {
             dialog.ShowDialog(this);
         }
     }
     else
     {
         MessageBox.Show("Nothing to configure.");
     }
 }
예제 #2
0
 public void ShowConfiguration() {
   if (Content != null) {
     using (ScatterPlotVisualPropertiesDialog dialog = new ScatterPlotVisualPropertiesDialog(Content)) {
       dialog.ShowDialog(this);
     }
   } else MessageBox.Show("Nothing to configure.");
 }