Example #1
0
 /// <summary>
 /// Loads the project from disk
 /// </summary>
 /// <param name="path">Path, from where the project will be loaded</param>
 public static void OpenProject(SavingStorage SavedValues)
 {
     NewProject(SavedValues.UsedProgram);
     CurrentProject.ProjectLoad(SavedValues);
 }