Пример #1
0
 public static void Pad(this TextBoxBase textBox, int left, int top, int right, int bottom)
 {
     textBox.Pad(new Rectangle(left, top, right, bottom));
 }