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";
 }
Example #2
0
 public SoundBox(SoundEntry entry)
     : this(entry.Samples)
 {
 }