Esempio n. 1
0
 void finish(MSNClient msn)
 {
     msn.LoginOff();
     if (msnList.ContainsKey(msn.Name))
     {
         lock (this)
         {
             msnList.Remove(msn.Name);
         }
         createMSN();
     }
 }
Esempio n. 2
0
 void finish(MSNClient msn)
 {
     onLoging = false;
     msn.LoginOff();
     if (msnList.ContainsKey(msn.Name))
     {
         lock (this)
         {
             msnList.Remove(msn.Name);
         }
         Console.WriteLine("finish");
     }
 }
Esempio n. 3
0
 void finish(MSNClient msn)
 {
     msn.LoginOff();
     System.Environment.Exit(-1);
 }
Esempio n. 4
0
 void finish(MSNClient msn)
 {
     msn.LoginOff();
     if (msnList.ContainsKey(msn.Name))
     {
         lock (this)
         {
             msnList.Remove(msn.Name);
         }
         createMSN();
     }
 }
Esempio n. 5
0
 void finish(MSNClient msn)
 {
     msn.LoginOff();
     System.Environment.Exit(-1);
 }
Esempio n. 6
0
 void finish(MSNClient msn)
 {
     onLoging = false;
     msn.LoginOff();
     if (msnList.ContainsKey(msn.Name))
     {
         lock (this)
         {
             msnList.Remove(msn.Name);
         }
         Console.WriteLine("finish");
     }
 }