//=============================================== public static GSQLiteUi Instance() { lock (padlock) { if (m_instance == null) { m_instance = new GSQLiteUi(); } return(m_instance); } }
//=============================================== public void run_SQLITE(string[] args) { GSQLiteUi.Instance().run(args); G_STATE = "S_SAVE"; }