摘要:
MyRichTextBox using System; using System.Collections.Generic; using System.Drawing; using System.Linq; using System.Runtime.InteropServices; using Sys 阅读全文
摘要:
class Win32 { public enum Bool { False = 0, True }; [StructLayout(LayoutKind.Sequential)] public struct Point { public Int32 x; public Int32 y; public 阅读全文