Ejemplo n.º 1
0
        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文件夹下!!!", "提示");
        }
Ejemplo n.º 2
0
 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文件夹下!!!", "提示");
 }