摘要:
第一 先注册大漠到电脑;第二 在c# 添加引用中,选择Dm;第三 开始的位置,添加 using.Dm;第四 创建大漠对象,dmsoftClass dm = new dmsoftClass();然后就可以使用大漠了。如果出现无法嵌入互操作类型 Dm.dmsoftClass 。请改用适用的接口,解决方法... 阅读全文
随笔档案-2015年02月
c# 文件读取
2015-02-26 11:42 by 西伯利亚冻原, 142 阅读, 收藏,
摘要:
using System;using System.IO;class FileTest { public static void Main() { StreamReader srd;string path = @"c:\temp\MyTest.txt"; ... 阅读全文
浙公网安备 33010602011771号