Example #1
0
        protected void Init()
        {
            WindowMediator wm = ServiceManager.WindowMediator;

            wm.RegisterWindow(this);

            this.Closed    += new EventHandler(OnClosed);
            this.Activated += new EventHandler(OnActivated);
        }