01 2012 档案

摘要:usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingMicrosoft.WindowsCE.Forms;usingSystem.Runtime.InteropServices;namespaceDeviceCF{///<summary>///SummarydescriptionforRasManager.ChangedfromRolandBeuker'scode///</summary>publicclassRasManager:MessageWindow{privateconsti 阅读全文
posted @ 2012-01-13 09:33 roninzyf 阅读(658) 评论(0) 推荐(0)
摘要:using System;using System.Runtime.InteropServices;namespace Rainfall.Base.CNetWork{ public class CRasDial { public const int RAS_MaxEntryName = 256; public const int RAS_MaxPhoneNumber = 128; public const int UNLEN = 256; public const int PWLEN = 256; public const int DNLEN = 15; public const int MA 阅读全文
posted @ 2012-01-13 09:33 roninzyf 阅读(251) 评论(0) 推荐(0)