Beispiel #1
0
 public ListenerThread(ConverterForm Form, string sLogPath)
 {
     m_Form  = Form;
     m_sPath = sLogPath;
 }
Beispiel #2
0
 public WorkerThread(ConverterForm Form)
 {
     m_Form = Form;
 }
Beispiel #3
0
 public EventSink(ConverterForm Form)
 {
     m_Form = Form;
 }
 public WorkerThread(ConverterForm Form)
 {
     m_Form = Form;
 }
 public ListenerThread(ConverterForm Form, string sLogPath)
 {
     m_Form = Form;
     m_sPath = sLogPath;
 }
 public EventSink(ConverterForm Form)
 {
     m_Form = Form;
 }