CGlobal.cs 455 B

1234567891011121314151617
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace FurnaceGasPanelUI
  7. {
  8. public static class CGlobal
  9. {
  10. public static bool RecipeProcessEditViewEnable = true;
  11. public static bool RecipeLayoutEditViewEnable = true;
  12. public static bool RecipeJobEditViewEnable = true;
  13. public static bool BoatWaferEditViewEnable = true;
  14. }
  15. }