....
This commit is contained in:
@@ -12,7 +12,7 @@ namespace FPJ0000.Note
|
||||
public partial class fTextEditor : Form
|
||||
{
|
||||
|
||||
Boolean bInit = false;
|
||||
// Boolean bInit = false;
|
||||
public fTextEditor(string rtf)
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -38,7 +38,7 @@ namespace FPJ0000.Note
|
||||
|
||||
this.richTextBoxEx1.Focus();
|
||||
|
||||
bInit = true;
|
||||
// bInit = true;
|
||||
}
|
||||
// editform.editor ed;
|
||||
void ctl_KeyDown(object sender, KeyEventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user