10 2013 档案
Cnic.SystemHelper
摘要:1 using System.Runtime.InteropServices; 2 using Microsoft.Win32; 3 using System.Drawing; 4 using System.Net; 5 using System.IO; 6 using System.Drawing.Imaging; 7 8 namespace Cnic 9 { 10 public class RegeditHelper 11 { 12 13 public static string GetDefaultBrowserPath() 14 ...
阅读全文
Cnic.SafeNativeMethods
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Runtime.InteropServices; 5 using System.ComponentModel; 6 //using System.Drawing; 7 8 namespace Cnic 9 { 10 public class SafeNativeMethods 11 { 12 public const int INVALID_HANDLE_VALUE ...
阅读全文