public SafeTextBox() : base()
		{
            SetText += new SetStringMethodInvoker(SafeTextBox_SetText);
            GetText += new GetStringMethodInvoker(SafeTextBox_GetText);
		}
Esempio n. 2
0
 public SafeTextBox() : base()
 {
     SetText += new SetStringMethodInvoker(SafeTextBox_SetText);
     GetText += new GetStringMethodInvoker(SafeTextBox_GetText);
 }