private void easyUIAdiniShellToolStripMenuItem_Click(object sender, EventArgs e) { string dir = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory); EasyUIBuild build = new EasyUIBuild(); build.GenerateEasyUIBuild(dir); MessageBox.Show("已经生成到桌面的LCL文件夹下!!!", "提示"); }