Код: Выделить всё
public Button()
{
this.Size = new Size(100, 100);
this.ForeColor = foreColor;
this.BackColor = BackColor;
this.Text = "Hello";
}
Подробнее здесь: https://stackoverflow.com/questions/799 ... in-c-sharp
Код: Выделить всё
public Button()
{
this.Size = new Size(100, 100);
this.ForeColor = foreColor;
this.BackColor = BackColor;
this.Text = "Hello";
}