private string tietle = "出水管温度";

[Browsable(true)]
[Category("自定义设置")]
[Description("标题设置")]
public string Tietle
{
    get { return tietle; }
    set
    {
        tietle = value;

        this.btn_Tietle.Text = tietle;
    }
}

作者 admin

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注