public PlayStrip(SFX SFX) : this() { this.SFX = SFX; UpdateFileButton(); }
internal void AddCue(SFX SFX, int Index) { Cues.Insert(Index, SFX); }
public PlayStrip() { InitializeComponent(); InitializeSound(); SFX = new SFX(); }
internal void RemoveCue(SFX sfx) { Cues.Remove(sfx); }