Exemplo n.º 1
0
 public void StopServer()
 {
     if (CIFS != null)
     {
         CIFS.Stop(false, 1000);
         CIFS = null;
     }
     unmapDrive();
     Trace.WriteLine("-------------- End of Trace --------------");
     Trace.Flush();
     Debug.Flush();
 }
Exemplo n.º 2
0
 private void button1_Click(object sender, EventArgs e)
 {
     _smb.Stop(true, 1000);
     Application.Exit();
 }