Пример #1
0
        static Language()
        {
            General = new General();
            Startup = new Startup();
            MainForm = new MainForm();
            PreferencesForm = new PreferencesForm();
            ReleaseNotesForm = new ReleaseNotesForm();
            RemoveDuplicatesForm = new RemoveDuplicatesForm();
            ExceptionForm = new ExceptionForm();

            Load("English");
        }
Пример #2
0
        static Language()
        {
            General              = new General();
            Startup              = new Startup();
            MainForm             = new MainForm();
            PreferencesForm      = new PreferencesForm();
            ReleaseNotesForm     = new ReleaseNotesForm();
            RemoveDuplicatesForm = new RemoveDuplicatesForm();
            ExceptionForm        = new ExceptionForm();

            Load("English");
        }