摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Bright.HIS.Data{ public class Icon { #region Win32 API [System.Runtime.InteropServices.DllImport("shell32.dll", EntryPoint = "ExtractAssociatedIcon")] private static extern IntPtr ExtractA 阅读全文