資源簡(jiǎn)介
綜合浪曦密碼管理和北風(fēng)網(wǎng)家庭理財(cái)案例,數(shù)據(jù)庫(kù)操作的最基礎(chǔ)的案例,增刪改查、系統(tǒng)托盤(pán)圖標(biāo)、Excel導(dǎo)入導(dǎo)出,皮膚控件的使用。初哥專用,高手莫探。
代碼片段和文件信息
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();
????????}
????}
}
評(píng)論
共有 條評(píng)論