Exemplo n.º 1
0
 public override void UnRegisterHandlers(TTUIMsgManager mgr)
 {
     mgr.UnRegisterHandler(TTUIHelper.StringHash("TestClose"), new TTUIMsgManager.TTUIMsgHandler(this.Close));
     mgr.UnRegisterHandler(TTUIHelper.StringHash("TestCallScript"), new TTUIMsgManager.TTUIMsgHandler(this.CallScriptFunc));
     base.UnRegisterHandlers(mgr);
 }
Exemplo n.º 2
0
	public override void UnRegisterHandlers(TTUIMsgManager mgr)
    {
		mgr.UnRegisterHandler(TTUIHelper.StringHash("TestClose"), new TTUIMsgManager.TTUIMsgHandler(this.Close));
		mgr.UnRegisterHandler(TTUIHelper.StringHash("TestCallScript"), new TTUIMsgManager.TTUIMsgHandler(this.CallScriptFunc));
        base.UnRegisterHandlers(mgr);
    }