return mRate ;
}
set
{
mRate = value ;
}
}
private int mValue = 0 ;
[Browsable(true), Description("当前值"), Category("XiaoPang")]
public int Value
{
return mRate ;
}
set
{
mRate = value ;
}
}
private int mValue = 0 ;
[Browsable(true), Description("当前值"), Category("XiaoPang")]
public int Value
{