Esempio n. 1
0
 public VM_MainPage()
 {
     head     = BASE.getBASE();
     Vms      = new ObservableCollection <ChartData>();
     Searches = new ObservableCollection <SearchData>();
     SOW      = null;
 }
Esempio n. 2
0
 public static BASE getBASE()
 {
     if (staticBASE == null)
     {
         staticBASE = new BASE();
         staticBASE.Initalize();
     }
     return(staticBASE);
 }
Esempio n. 3
0
        public VM_MainFrame()
        {
            head = BASE.getBASE();
            //head.newConnect("52.79.127.111", "3306", "hansung_db", "hansung", "aidb4231@");
            head.newClient();
#if DEBUG
            NativeMethods.AllocConsole();
#endif
        }