示例#1
0
        public static void ShowChangeLog(Form f)
        {
            TextDisplayForm l = new TextDisplayForm(String.Format("Changes of {0}", AssemblyTitle), "Schroeter.PhotoTagStudio.Properties.ChangeLog.txt");

            l.ShowDialog(f);
        }
示例#2
0
        public static void ShowLicence(Form f)
        {
            TextDisplayForm l = new TextDisplayForm(String.Format("License of {0}", AssemblyTitle), "Schroeter.PhotoTagStudio.Properties.gpl.txt");

            l.ShowDialog(f);
        }