CGlobal.cs 507 B

123456789101112131415161718
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace FurnaceUI
  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. public static bool ParameterEditViewEnable = true;
  15. }
  16. }