Exemplo n.º 1
0
        private void Menu_Add_SoundChunk()
        {
            SoundChunk chunk = new SoundChunk();

            nsf.Chunks.Add(chunk);
            SoundChunkController controller = new SoundChunkController(this, chunk);

            AddNode(controller);
        }
Exemplo n.º 2
0
 private void Menu_Add_SoundChunk()
 {
     SoundChunk chunk = new SoundChunk();
     nsf.Chunks.Add(chunk);
     SoundChunkController controller = new SoundChunkController(this,chunk);
     AddNode(controller);
 }