public void CreatePause(Control parent, HarpClass hc, AirSlotAttributesClass slot, string noteatt) { Image img = GetNoteImage(noteatt, slot.UnitLength); PlayHarpNoteClass aslot = new PlayHarpNoteClass().CreatePause(parent, slot, img, hc); Notes.Add(aslot.slot); }
public void CreateTakt(Control parent, HarpClass hc, AirSlotAttributesClass slot, string noteatt) { Image img = null; var hnc = new PlayHarpNoteClass(); PlayHarpNoteClass aslot = hnc.CreateTakt(parent, slot, hc); Notes.Add(aslot.slot); }