資源簡介
綜合浪曦密碼管理和北風網家庭理財案例,數據庫操作的最基礎的案例,增刪改查、系統托盤圖標、Excel導入導出,皮膚控件的使用。初哥專用,高手莫探。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Text;
using?System.Windows.Forms;
namespace?PassMan
{
????public?partial?class?About?:?Form
????{
????????public?About()
????????{
????????????InitializeComponent();
????????}
????????private?void?button1_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}
????}
}
- 上一篇:三菱PLC溫度PID控制
- 下一篇:大學俄語綜合教程2 電子書
評論
共有 條評論