예제 #1
0
        public ReplaceSpecial()
        {
            InitializeComponent();

            History = new RuleTreeHistory(RulesTreeView);

            UpdateEnabledStates();
        }
예제 #2
0
파일: ReplaceSpecial.cs 프로젝트: svick/AWB
        public ReplaceSpecial()
        {
            InitializeComponent();

            History = new RuleTreeHistory(RulesTreeView);

            UpdateEnabledStates();
        }
예제 #3
0
        public ReplaceSpecial()
        {
            InitializeComponent();

            history_ = new RuleTreeHistory(RulesTreeView);

            //NewRule();
            UpdateEnabledStates();
            setTreeViewColours();
        }
        public ReplaceSpecial()
        {
            InitializeComponent();

            history_ = new RuleTreeHistory(RulesTreeView);

            //NewRule();
            UpdateEnabledStates();
            setTreeViewColours();
        }