Inheritance: System.Windows.Forms.Form
Example #1
0
 /// <summary>
 /// Event fired when the Run Diagnostics button is pushed on the Redirects Tab
 /// </summary>
 private void HostsDiagnosticsBtn_Click(object sender, EventArgs e)
 {
     using (HostsFileTestForm f = new HostsFileTestForm())
     {
         f.ShowDialog();
         UpdateCacheStatus();
     }
 }