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 Read More
posted @ 2012-01-13 09:33 roninzyf Views(250) Comments(0) Diggs(0)
usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingMicrosoft.WindowsCE.Forms;usingSystem.Runtime.InteropServices;namespaceDeviceCF{///<summary>///SummarydescriptionforRasManager.ChangedfromRolandBeuker'scode///</summary>publicclassRasManager:MessageWindow{privateconsti Read More
posted @ 2012-01-13 09:33 roninzyf Views(655) Comments(0) Diggs(0)