Example #1
0
 public void RemoveFrameLstn(RootLstn listener) { listener.RemoveListener(this.mRoot); }
Example #2
0
 public void RemoveFrameLstn(RootLstn listener)
 {
     listener.RemoveListener(this.mRoot);
 }
Example #3
0
 public void AddFrameLstn(RootLstn listener) { listener.AddListener(this.mRoot); }
Example #4
0
 public void AddFrameLstn(RootLstn listener)
 {
     listener.AddListener(this.mRoot);
 }