예제 #1
0
        private void RunStop()
        {
            RemoveWindow(this);
            OnStop();

            CNotificationCenter.PostNotification(this, CWindowNotifications.WindowClose, "window", this);
        }
예제 #2
0
        private void RunStart()
        {
            AddWindow(this);
            OnStart();

            CNotificationCenter.PostNotification(this, CWindowNotifications.WindowOpen, "window", this);
        }