internal JFWorkFlowThread(JFMethodFlow methodFlow, JFStationBase stationOwner) { _methodFlow = new JFMethodFlow(); _methodFlow.FromTxt(methodFlow.ToTxt()); _methodFlow.SetStation(stationOwner); }