12345678910111213141516171819202122 |
- using PTMedicalInsurance.Demo.Entity.Structs;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace PTMedicalInsurance.Demo.Globals
- {
- class glb : PTMIBase.Globals.GlobalVariables
- {
- public glb()
- {
-
- }
- //public new static void Init()
- //{
- // InitCurrentEnvironment(new CurrentEnvironment());
- //}
- }
- }
|