示例#1
0
        protected override void Run()
        {
            Engine.LetEolApply = !Engine.LetEolApply;

            if (PropertyMgr.Get() != null)
            {
                PropertyMgr.Get().SaveLetEolApply();
            }
        }
示例#2
0
        public static void Initialize()
        {
            if (instance != null)
            {
                return;
            }

            instance = new PropertyMgr();
            instance.InitializeImpl();
        }
示例#3
0
 protected override void Run()
 {
     IdeEventMgr.Initialize();
     PropertyMgr.Initialize();
 }