Beispiel #1
0
 protected override void OnDispose()
 {
     that = null;
     base.OnDispose();
 }
Beispiel #2
0
 protected override void OnInitialize()
 {
     that      = this;
     this.view = AttachView <MainView>();
     base.OnInitialize();
 }