Esempio n. 1
0
        public static void OpenPDFViewer(string file)
        {
            DocumentationViewer viewer = new DocumentationViewer();

            viewer.ShowDialog(file);
        }
Esempio n. 2
0
        private void BtnDocs_Click(object sender, RoutedEventArgs e)
        {
            var dv = new DocumentationViewer();

            MainWindow.SwithToControl(dv);
        }
 public static void ApplyLanguage(ref DocumentationViewer form)
 {
     form.ExternalOpenButton.Content = Program.LanguageResource.GetString("OpenExternally");
 }