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