Esempio n. 1
0
 private void FormDownloadClosedNGP(object sender, FormClosedEventArgs e)
 {
     HelperFunctions.RemoveReadOnlyFlagInFolder("Physics\\school");
     ExtractPhysicsRBZ(true);
     HelperFunctions.RemoveReadOnlyFlagInFolder("Physics\\school");
     CopyNGPPhysics(false, true);
     FormDownloadClosedPlugin(null, null);
 }
Esempio n. 2
0
        private void FormDownloadClosedNGP(object sender, FormClosedEventArgs e)
        {
            HelperFunctions.RemoveReadOnlyFlagInFolder("Physics\\school");
            ExtractPhysicsRBZ(true);
            HelperFunctions.RemoveReadOnlyFlagInFolder("Physics\\school");
            CopyNGPPhysics(false, true);

            mainForm.UpdatePluginsPanel();
            mainForm.UpdateFMODPanel();
        }