コード例 #1
0
        private void Menu_Add_SpeechChunk()
        {
            SpeechChunk chunk = new SpeechChunk();

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

            AddNode(controller);
        }
コード例 #2
0
ファイル: NSFController.cs プロジェクト: CryZENx/CrashEdit
 private void Menu_Add_SpeechChunk()
 {
     SpeechChunk chunk = new SpeechChunk();
     nsf.Chunks.Add(chunk);
     SpeechChunkController controller = new SpeechChunkController(this,chunk);
     AddNode(controller);
 }