Exemplo n.º 1
0
 private void Init()
 {
     storm = new PXStorage();
     if (!storm.CheckWorkingPath())
     {
         NeedSetup = true;
     }
     else
     {
         InitMaster();
     }
 }
Exemplo n.º 2
0
 private void Init()
 {
     storm = new PXStorage();
     if (!storm.CheckWorkingPath())
     {
         tabControlMain.SelectedIndex = 1;
         //storm.SetWorkingPath(@"C:\Users\SkiTiSu\Desktop\PXColle");
     }
     else
     {
         InitMaster();
     }
 }