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.
 
 
 

25 lines
510 B

namespace Tiobon.PublishHelper
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
#region 开发服务器配置
private void toolStripMenuItem2_Click(object sender, EventArgs e)
{
using (Form_DevServer f = new Form_DevServer())
{
f.ShowDialog();
}
}
#endregion
private void Form1_Load(object sender, EventArgs e)
{
}
}
}