//private ProductionForm mv; //public SocketServerHandle(ProductionForm mv1) //{ // mv = mv1; // //dicIPToStation = "";//mv.StationIPMapping; // process = new Thread(new ThreadStart(ProcessSocketCommand)); // process.Start(); //} public SocketServerHandle(IQCForm mv1) { mv = mv1; //dicIPToStation = "";//mv.StationIPMapping; process = new Thread(new ThreadStart(ProcessSocketCommand)); process.Start(); }
public CommonFunction(IMSApiSessionContextStruct sessionContext, IQCForm view) { this.sessionContext = sessionContext; this.view = view; }
public SocketClientHandler(IQCForm view) { this.IQCview = view; }