摘 要: 早期的账单管理大部分都是人工操作,其缺点是耗费大量的人力和时间。为了让用户高效、便捷地管理 账单,账单管理程序能实现简单的个人消费管理,它能够记录和统计个人每月的花销,提供良好的历史信息查询功能。 本文主要描述使用WPF技术实现账单管理程序,通过典型的三层架构模式进行开发,为每一个层创建一个类库,为用 户界面层创建一个WPF项目,具体由逻辑分层实现程序的功能,使用接口来实现层与层之间的解耦,针对账单管理可 以达到良好的效果。 |
关键词: 账单管理程序;架构;WPF |
中图分类号: TP312
文献标识码: A
|
|
Design and Implementation of the Bill Management Program Based on WPF |
ZOU Jun
|
( Suzhou Agricultural Vocational College, Suzhou 215008, China)
|
Abstract: Most bill management used to be manually conducted with the shortcoming of consuming a lot of manpower and time.In order to enable users to manage bills efficiently and conveniently,the bill management program can realize simple personal consumption management.It can record and count individual monthly expenses and provide good historical information query function.This paper mainly describes how to use WPF technology to implement bill management program through the typical three-tier architecture model to develop,creating a class library for each tier and a WPF project for the user interface layer,specifically realizing the function of the program by logical hierarchy,using interface to achieve decoupling between tiers,which brings good results for bill management. |
Keywords: bill management program;framework;WPF |