コード例 #1
0
 public void UnregisterActiveView(IReceptionistView view)
 {
     UnloadGrammar(view.GetGrammar());
     this.ActiveViews.Remove(view);
 }
コード例 #2
0
 public void UnregisterActiveView(IReceptionistView view)
 {
     UnloadGrammar(view.GetGrammar());
     this.ActiveViews.Remove(view);
 }
コード例 #3
0
 public void RegisterActiveView(IReceptionistView view)
 {
     this.ActiveViews.Add(view);
     LoadGrammar(view.GetGrammar());
 }
コード例 #4
0
 public void RegisterActiveView(IReceptionistView view)
 {
     this.ActiveViews.Add(view);
     LoadGrammar(view.GetGrammar());
 }