Example #1
0
 public CProc(TCrtpType it)
 {
     this.m_it   = it;
     this.m_proc = (AppMain.CProc <TCrtpType> .FProc)null;
 }
Example #2
0
 public CProc()
 {
     this.m_it   = default(TCrtpType);
     this.m_proc = (AppMain.CProc <TCrtpType> .FProc)null;
 }
Example #3
0
 public void SetProc()
 {
     this.m_proc = (AppMain.CProc <TCrtpType> .FProc)null;
 }
Example #4
0
 public void SetProc(AppMain.CProc <TCrtpType> .FProc proc)
 {
     this.m_proc = proc;
 }
Example #5
0
 public bool IsProc(AppMain.CProc <TCrtpType> .FProc proc)
 {
     return(this.m_proc == proc);
 }
Example #6
0
 public new void SetProc(AppMain.CProc <TCrtpType> .FProc proc)
 {
     this.ResetCounter();
     base.SetProc(proc);
 }