Esempio n. 1
0
        public FuturesRequestHandler(CustomWebBrowser browser, string prefix)
        {
            _currentBrowser = browser;
            Prefix          = prefix;

            //Task.Run(checkCatchStatus);
        }
Esempio n. 2
0
 public BTC9RequestHandler(CustomWebBrowser browser, string prefix, string bid)
 {
     _currentBrowser = browser;
     Prefix          = prefix;
     Bid             = bid;
     //Task.Run(checkCatchStatus);
 }
Esempio n. 3
0
 public FuturesRequestHandler(CustomWebBrowser browser, string prefix)
 {
     _currentBrowser = browser;
     Prefix          = prefix;
 }