Exemplo n.º 1
0
 private void diffToolToolStripMenuItem_Click(object sender, EventArgs e)
 {
     using (DiffTool d = new DiffTool())
     {
         d.ShowDialog();
     }
 }