Пример #1
0
 /// <summary>
 /// Loads the resources.
 /// </summary>
 protected override bool LoadResources()
 {
     m_micInput.StartMicInput();
     return(true);
 }