about.cs
上传用户:zhongfine
上传日期:2022-08-01
资源大小:2860k
文件大小:1k
源码类别:

企业管理

开发平台:

C#

  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Windows.Forms;
  9. namespace 人事管理系统
  10. {
  11.     public partial class about : Form
  12.     {
  13.         public about()
  14.         {
  15.             InitializeComponent();
  16.         }
  17.         private void label3_Click(object sender, EventArgs e)
  18.         {
  19.         }
  20.         private void button1_Click(object sender, EventArgs e)
  21.         {
  22.             this.Close();
  23.         }
  24.     }
  25. }