|
12345678910111213141516171819202122232425262728 |
- using System;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Data;
- using System.Drawing;
- using System.Text;
- using System.Windows.Forms;
-
- namespace shadowsocks_csharp
- {
- public partial class Form1 : Form
- {
- public Form1()
- {
- InitializeComponent();
- }
-
- private void Config_Click(object sender, EventArgs e)
- {
-
- }
-
- private void Quit_Click(object sender, EventArgs e)
- {
-
- }
- }
- }
|