Exemple #1
0
 public void OnWantToCloseView(IWindowUIView view)
 {
     view.Close();
 }
Exemple #2
0
 public void OnDestoyView(IWindowUIView view)
 {
     this.view = null;
 }
Exemple #3
0
 public void OnCreatedView(IWindowUIView view)
 {
     this.view = view;
 }