Пример #1
0
        private void Window_Loaded(object sender, RoutedEventArgs e)
        {
            this.WindowState = System.Windows.WindowState.Normal;

            //Set WPF Skin 
            ThemeManager.ApplyTheme(Application.Current, ThemeType.Royale);

            mMainWindow = this;

            //Navigate to the Incident Entry Page:
            PolicePadWorkspace lp = new PolicePadWorkspace();
            MainFrame.Navigate(lp);
        }
Пример #2
0
        private void Window_Loaded(object sender, RoutedEventArgs e)
        {
            this.WindowState = System.Windows.WindowState.Normal;

            //Set WPF Skin
            ThemeManager.ApplyTheme(Application.Current, ThemeType.Royale);

            mMainWindow = this;

            //Navigate to the Incident Entry Page:
            PolicePadWorkspace lp = new PolicePadWorkspace();

            MainFrame.Navigate(lp);
        }