예제 #1
0
        private void ShowInformationWindow(object obj)
        {
            if (_infoWindow == null)
            {
                _infoWindow = new InformationWindow();
            }

            _infoWindow.NavigateWebControlToInfoPage();
            _infoWindow.Show();
        }