예제 #1
0
 static public InputSourceManager GetInstance()
 {
     if (m_instance == null)
     {
         m_instance = new InputSourceManager();
     }
     return(m_instance);
 }