public static UVDLPApp Instance() { if (m_instance == null) { m_instance = new UVDLPApp(); } return m_instance; }