Esempio n. 1
0
 public thread_fsw2(string type, string path, websocket mWebsocket)
 {
     this.path       = path;
     this.type       = type;
     this.mWebsocket = mWebsocket;
     mIni            = new IniHelper();
     mIni.ImportHelper(System.Environment.CurrentDirectory + "\\Param.ini");
 }
Esempio n. 2
0
File: UpLoad.cs Progetto: mabeyu/CEF
 public UpLoad(websocket mWebsocket)
 {
     InitializeComponent();
     dt1             = new DataTable();
     dt2             = new DataTable();
     this.mWebsocket = mWebsocket;
     mIni.ImportHelper(System.Environment.CurrentDirectory + "\\Param.ini");
 }