CustomButton.CustomButton C# (CSharp) Méthode

CustomButton() public méthode

public CustomButton ( )
    public CustomButton()
        : base()
    {
        Font = new Font("Segoe UI", 11f);
        ForeColor = Color.Gainsboro;
    }