glb.cs 454 B

12345678910111213141516171819202122
  1. using PTMedicalInsurance.Demo.Entity.Structs;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace PTMedicalInsurance.Demo.Globals
  8. {
  9. class glb : PTMIBase.Globals.GlobalVariables
  10. {
  11. public glb()
  12. {
  13. }
  14. //public new static void Init()
  15. //{
  16. // InitCurrentEnvironment(new CurrentEnvironment());
  17. //}
  18. }
  19. }