Exemple #1
0
 private void mnuFileConfigureIPDetection_Click(object sender, EventArgs e)
 {
     using (ConfigureIPDetectionForm F = new ConfigureIPDetectionForm())
     {
         F.ShowDialog();
     }
 }
Exemple #2
0
 private void mnuFileConfigureIPDetection_Click(object sender, EventArgs e)
 {
     using (ConfigureIPDetectionForm F = new ConfigureIPDetectionForm())
     {
         F.ShowDialog();
     }
 }