Ejemplo n.º 1
0
 public void Start()
 {
     wsshelper = new WssHelper();
     Config.RaiseUpdateConsoleEvent(System.Drawing.Color.Black, "开始监测交易所价格信息...");
     wsshelper.StartListen();
 }