• 大小: 0.35M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2024-05-02
  • 语言: C#
  • 标签: 停车  项目  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace 停车场项目
{
    [Serializable]
    /// 
    /// 管理员类
    /// 

   public class Admin
    {
       public string LongName { get; set; }//账号
       public string LongPassword { get; set; }//密码
       public Admin(string astring b)
       {
           this.LongName = a;
           this.LongPassword = b;
       }
        /// 
        /// 登录
        /// 

        /// 
        /// 
        /// 
       public bool Longin(string astring b)
       {
           if (a == this.LongName && b == this.LongPassword)
           {
               return true;
           }
           return false;
       }
        /// 
        /// 修改密码
        /// 

        /// 
       public void UpdatePwd(string f)
       {
           this.LongPassword = f;
       }


    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        4945  2014-04-30 09:10  from.gif
     文件        2178  2017-12-25 17:27  Homepage.cs
     文件       11212  2017-12-25 17:27  Homepage.Designer.cs
     文件        6383  2017-12-25 17:27  Homepage.resx
     文件        2724  2017-12-21 22:17  Inquire.cs
     文件        8895  2017-12-21 17:33  Inquire.Designer.cs
     文件        6921  2017-12-21 08:57  Inquire.resx
     文件         266  2017-12-21 17:36  Interface1.cs
     文件        1346  2017-12-21 11:34  Magager.cs
     文件        3486  2017-12-21 21:47  MemberConsumer.cs
     文件        2436  2017-12-22 20:35  Open an account.cs
     文件        9150  2017-12-20 16:35  Open an account.Designer.cs
     文件        5817  2017-12-20 16:35  Open an account.resx
     文件        1573  2017-12-21 21:57  Parking.cs
     文件        2160  2017-12-21 17:37  ParkingMagager.cs
     文件        4490  2017-12-21 22:03  Pay the fees.cs
     文件       10459  2017-12-21 22:03  Pay the fees.Designer.cs
     文件        6020  2017-12-21 22:03  Pay the fees.resx
     文件        2117  2017-12-25 16:55  Payment.cs
     文件        7994  2017-12-21 17:34  Payment.Designer.cs
     文件        7911  2017-12-20 16:01  Payment.resx
     文件         715  2017-12-21 17:36  Program.cs
     文件        1256  2017-12-25 16:55  Register.cs
     文件        5530  2017-12-25 09:04  Register.Designer.cs
     文件        5817  2017-12-25 09:04  Register.resx
     文件        1699  2017-12-21 17:16  TemporaryConsumer.cs
     文件        1136  2017-12-21 17:35  UpadtePrice.cs
     文件        5737  2017-12-21 17:35  UpadtePrice.Designer.cs
     文件        5817  2017-12-19 21:19  UpadtePrice.resx
     文件        1528  2017-12-21 17:35  UpdatePassword.cs
     文件        5733  2017-12-21 17:35  UpdatePassword.Designer.cs
............此处省略66个文件信息

评论

共有 条评论