摘要: 添加完成后右击选择属性,嵌入互操作类型改成false。 ScriptControl mytool = new ScriptControl(); //data和data1值由c#导入VBscript string code = "dim data "+ "\r\n" + "data = " + dat 阅读全文
posted @ 2020-09-08 10:58 xf_ls 阅读(328) 评论(0) 推荐(0)
摘要: circle_str = File.ReadAllLines(fileInit() + @"\circle\circle" + (i + 1).ToString() + ".txt"); 保存到不同的文件夹中。 阅读全文
posted @ 2019-08-22 17:04 xf_ls 阅读(319) 评论(0) 推荐(0)
摘要: Configuration在解析过程中,每碰到一个Section,就添加到列表中。而Section的区分就是靠Name,所以,我们在配置文件中注意不要把Section的名称搞混淆了。 [line1] #线号——注释name=长边线Row1=30Column1=10Row2=100Column2=12 阅读全文
posted @ 2019-08-19 17:33 xf_ls 阅读(846) 评论(0) 推荐(0)