public void ToLine(int line) { try { TextBox.Selection.Start = new Place(0, line); TextBox.InsertText(""); EditorTab.Save(); } catch { } }
private void tsmiSave_Click(object sender, EventArgs e) { currentTab.Save(); tabControl.Refresh(); }