예제 #1
0
파일: Interp.cs 프로젝트: BclEx/GpuStructs
 public void BackgroundError()
 {
     BgErrorMgr mgr = (BgErrorMgr)GetAssocData("tclBgError");
     if (mgr == null)
     {
         mgr = new BgErrorMgr(this);
         SetAssocData("tclBgError", mgr);
     }
     mgr.AddBgError();
 }
예제 #2
0
 internal BgError(BgErrorMgr enclosingInstance, Notifier n)
     : base(n)
 {
     EnclosingInstance = enclosingInstance;
 }
예제 #3
0
 internal BgError(BgErrorMgr enclosingInstance, Notifier n)
     : base(n)
 {
     EnclosingInstance = enclosingInstance;
 }