c#中如何调用下面的类文章摘要:public class UserInfo { private string _strPwd; private string _strName; //密码 public string Password { get { return _strPwd; } set { _strPwd = value; } } //用户名 public string UserName { get{ return _strName; } set{ _strName=vamue, c 如何输入01 02.。。。在按原样输出(不要自
|
|
时间:2013-09-20 22:36来源:未知 作者:admin 点击:
次 《c#中如何调用下面的类》
| |
上一篇:C#中如何将汉字转换为decimal类型 下一篇:c#中数组如何声明? |
||