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