예제 #1
0
 public ListenerThread(ConverterForm Form, string sLogPath)
 {
     m_Form  = Form;
     m_sPath = sLogPath;
 }
예제 #2
0
 public WorkerThread(ConverterForm Form)
 {
     m_Form = Form;
 }
예제 #3
0
 public EventSink(ConverterForm Form)
 {
     m_Form = Form;
 }
예제 #4
0
 public WorkerThread(ConverterForm Form)
 {
     m_Form = Form;
 }
예제 #5
0
 public ListenerThread(ConverterForm Form, string sLogPath)
 {
     m_Form = Form;
     m_sPath = sLogPath;
 }
예제 #6
0
 public EventSink(ConverterForm Form)
 {
     m_Form = Form;
 }