public SoundEntryController(EntryChunkController entrychunkcontroller,SoundEntry soundentry) : base(entrychunkcontroller,soundentry) { this.soundentry = soundentry; Node.Text = string.Format("Sound Entry ({0})",soundentry.EIDString); Node.ImageKey = "soundentry"; Node.SelectedImageKey = "soundentry"; }
public SoundBox(SoundEntry entry) : this(entry.Samples) { }