Пример #1
0
 protected void OnShow( Object Sender, INotification Notification )
 {
     this.screen = new StartupScreen( this.Component );
     this.screen.OnCloseClicked += this.OnCloseClicked;
     this.screen.OnTimerFinished += this.OnTimerFinished;
     this.screen.Initialize();
     this.screen.Show();
 }
Пример #2
0
        protected override void Dispose()
        {
            this.screen = null;

            base.Dispose();
        }