Exemplo n.º 1
0
 public static UVDLPApp Instance()
 {
     if (m_instance == null)
     {
         m_instance = new UVDLPApp();
     }
     return m_instance;
 }