Exemplo n.º 1
0
        private bool isDirty; //To track manual edits to the text

        public ViewJavaScript()
        {
            InitializeComponent();
            this.textFind = new ViewTextFind(this.textBoxJavaScript);
            this.isDirty  = false;
        }
Exemplo n.º 2
0
 public ViewText()
 {
     InitializeComponent();
     this.textFind = new ViewTextFind(this.textBoxRawData);
     this.isDirty  = false;
 }