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

            pSrc.startRefreshThread();
        }