xae4dd1cafd2eb77c.cs
上传用户:xlxx0122
上传日期:2015-04-24
资源大小:3904k
文件大小:0k
源码类别:

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     using System.Runtime.InteropServices;
  5.     internal class xae4dd1cafd2eb77c
  6.     {
  7.         [StructLayout(LayoutKind.Sequential)]
  8.         public struct RECT
  9.         {
  10.             public int left;
  11.             public int top;
  12.             public int right;
  13.             public int bottom;
  14.         }
  15.     }
  16. }