資源簡介
C#實現創建TXT文檔注冊以及登錄操作
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.IO;
using?System.Text.Regularexpressions;
using?System.Data.SqlClient;
namespace?SuperMarket
{
????public?partial?class?inputUser?:?Form
????{
????????public?inputUser()
????????{
????????????InitializeComponent();
????????}
????????private?void?Button2_Click(object?sender?EventArgs?e)
????????{
????????????this.Close();
????????}
????????private?void?Button1_Click(object?sender?EventArgs?e)
????????{
????????????//Database1Entities?ef?=?DBContext.Instance;
????????????//Users?users?=?new?Users();
????????????//users.username?=?tex
- 上一篇:c#大文件分片上傳demo
- 下一篇:Word插件
評論
共有 條評論