Beispiel #1
0
 private void Analyze_Click(object sender, RibbonControlEventArgs e)
 {
     DocumentAnalyzerForm form = new DocumentAnalyzerForm();
     form.ShowDialog();
 }
Beispiel #2
0
        private void Analyze_Click(object sender, RibbonControlEventArgs e)
        {
            DocumentAnalyzerForm form = new DocumentAnalyzerForm();

            form.ShowDialog();
        }