예제 #1
0
파일: Program.cs 프로젝트: anneilb/ce-dev
 public ProgressThread(ref ProgressPanel pp, ref ProgressGenerator pg)
 {
     m_Panel = pp;
     m_Generator = pg;
 }
예제 #2
0
 public ProgressThread(ref ProgressPanel pp, ref ProgressGenerator pg)
 {
     m_Panel     = pp;
     m_Generator = pg;
 }