- namespace Sunisoft.IrisSkin
- {
- using System;
- using System.Runtime.InteropServices;
- internal class xae4dd1cafd2eb77c
- {
- [StructLayout(LayoutKind.Sequential)]
- public struct RECT
- {
- public int left;
- public int top;
- public int right;
- public int bottom;
- }
- }
- }