Exemplo n.º 1
0
 public static void stopRefreshSource(ProxySource pSrc)
 {
     pSrc.stopRefreshThread();
 }
Exemplo n.º 2
0
        public static void stopRefreshSource(int sourceID)
        {
            ProxySource pSrc = AllProxySource.Find(x => x.Id == sourceID);

            pSrc.stopRefreshThread();
        }