Exemplo n.º 1
0
 public void OnMsg(Env env, string msg)
 {
     _Block(env, msg);
 }
Exemplo n.º 2
0
 //SILP:IN_DICT_ASPECT_MIXIN_CONSTRUCTOR(DictInDictAspect)
 protected DictInDictAspect(TO owner, string key) : base(owner, key)    //__SILP__
 {
     _Context = owner == null ? null : owner.GetContext();              //__SILP__
     _Path    = Env.GetAspectPath(this);                                //__SILP__
     _Uri     = Env.GetAspectUri(this);                                 //__SILP__
 }                                                                      //__SILP__
Exemplo n.º 3
0
 //SILP:IN_TABLE_ASPECT_MIXIN_CONSTRUCTOR(InTableAspect)
 protected InTableAspect(TO owner, int index) : base(owner, index)    //__SILP__
 {
     _Context = owner == null ? null : owner.GetContext();            //__SILP__
     _Path    = Env.GetAspectPath(this);                              //__SILP__
     _Uri     = Env.GetAspectUri(this);                               //__SILP__
 }                                                                    //__SILP__