You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 line
418 B

  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Text;
  7. using System.Windows.Forms;
  8. namespace StuMgmClient
  9. {
  10. public partial class AdminForm : Form
  11. {
  12. public AdminForm()
  13. {
  14. InitializeComponent();
  15. }
  16. private void AdminForm_Load(object sender, EventArgs e)
  17. {
  18. }
  19. }
  20. }