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

Form1.cs 524 B

12 years ago
12 years ago
12 years ago
12345678910111213141516171819202122232425262728
  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 shadowsocks_csharp
  9. {
  10. public partial class Form1 : Form
  11. {
  12. public Form1()
  13. {
  14. InitializeComponent();
  15. }
  16. private void Config_Click(object sender, EventArgs e)
  17. {
  18. }
  19. private void Quit_Click(object sender, EventArgs e)
  20. {
  21. }
  22. }
  23. }

No Description

Contributors (1)