예제 #1
0
        private bool isDirty; //To track manual edits to the text

        public ViewJavaScript()
        {
            InitializeComponent();
            this.textFind = new ViewTextFind(this.textBoxJavaScript);
            this.isDirty  = false;
        }
예제 #2
0
 public ViewText()
 {
     InitializeComponent();
     this.textFind = new ViewTextFind(this.textBoxRawData);
     this.isDirty  = false;
 }