Пример #1
0
		public SafeTextBox() : base()
		{
            SetText += new SetStringMethodInvoker(SafeTextBox_SetText);
            GetText += new GetStringMethodInvoker(SafeTextBox_GetText);
		}
Пример #2
0
 public SafeTextBox() : base()
 {
     SetText += new SetStringMethodInvoker(SafeTextBox_SetText);
     GetText += new GetStringMethodInvoker(SafeTextBox_GetText);
 }