CGlobal.cs 551 B

12345678910111213141516171819
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace MECF.Framework.UI.Client.CenterViews.Editors.Recipe
  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. }