Esempio n. 1
0
        private void mVC验证模型ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            string dir = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);
            ValidationModelBuild build = new ValidationModelBuild();

            build.GenerateValidationModel(dir);
            MessageBox.Show("已经生成到桌面的LCL文件夹下!!!", "提示");
        }
Esempio n. 2
0
 private void mVC验证模型ToolStripMenuItem_Click(object sender, EventArgs e)
 {
     string dir = Environment.GetFolderPath(Environment.SpecialFolder.DesktopDirectory);
     ValidationModelBuild build = new ValidationModelBuild();
     build.GenerateValidationModel(dir);
     MessageBox.Show("已经生成到桌面的LCL文件夹下!!!", "提示");
 }