Exemple #1
0
        private void ReportPlotCalVerificationClick(object sender, RoutedEventArgs e)
        {
            IDDPlotAssayResults h = new IDDPlotAssayResults();

            h.ShowDialog();
        }
Exemple #2
0
 private void ReportPlotCalVerificationClick(object sender, RoutedEventArgs e)
 {
     IDDPlotAssayResults h = new IDDPlotAssayResults();
     h.ShowDialog();
 }