
图书馆管理
hy025
这个作者很懒,什么都没留下…
展开
-
C# 图书馆项目实例
图书馆管理系统第一部分BLL文件using System.Reflection;using System.Runtime.CompilerServices;using System.Runtime.InteropServices;// 有关程序集的常规信息通过以下// 特性集控制。更改这些特性值可修改// 与程序集关联的信息。[assembly: AssemblyTitle(...翻译 2018-11-06 23:18:48 · 2756 阅读 · 1 评论 -
C#中用到的窗体传值技术
具体的传值示例代码:Form3的代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.F...转载 2018-11-19 09:49:39 · 209 阅读 · 0 评论