示例#1
0
 public void StopAutohost(AutoHost ah)
 {
     ah.Dispose();
     lock (autoHosts)
     {
         autoHosts.Remove(ah);
     }
 }