コード例 #1
0
 public void RemoveFrameLstn(RootLstn listener) { listener.RemoveListener(this.mRoot); }
コード例 #2
0
ファイル: MogreForm.cs プロジェクト: yazici/mogre-procedural
 public void RemoveFrameLstn(RootLstn listener)
 {
     listener.RemoveListener(this.mRoot);
 }
コード例 #3
0
 public void AddFrameLstn(RootLstn listener) { listener.AddListener(this.mRoot); }
コード例 #4
0
ファイル: MogreForm.cs プロジェクト: yazici/mogre-procedural
 public void AddFrameLstn(RootLstn listener)
 {
     listener.AddListener(this.mRoot);
 }