初步修复
This commit is contained in:
parent
8fc4357cc6
commit
e4714f3f0e
46705 changed files with 12004901 additions and 0 deletions
28
Server/SvrStructWizard/SelectFile.cs
Normal file
28
Server/SvrStructWizard/SelectFile.cs
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Data;
|
||||
using System.Drawing;
|
||||
using System.Text;
|
||||
using System.Windows.Forms;
|
||||
|
||||
namespace SvrStructWizard
|
||||
{
|
||||
public partial class SelectFile : Form
|
||||
{
|
||||
public SelectFile()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
private void button_ServerStruct_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
private void button_ChannelInfo_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue