예제 #1
0
 public override void Unload()
 {
     base.Unload();
     RemoveMenuAssignment();
     musicSystem.Destroy();
     chordEditorController.Destroy();
     tutorialController.Destroy();
     Destroy(controlPanel);
     Destroy(chordProgressGrid);
 }