﻿		#region Method #{MethodName}

		[DllImport("MyGUI_Export", CallingConvention = CallingConvention.Cdecl)]
		private static extern void Export#{ThisName}_#{MethodName}#{ValueName1}( IntPtr _native );

		public void #{MethodName}( )
		{
			Export#{ThisName}_#{MethodName}#{ValueName1}(  mNative );
		}

		#endregion
