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

.net编程

开发平台:

C#

  1. namespace Sunisoft.IrisSkin
  2. {
  3.     using System;
  4.     using System.Globalization;
  5.     using System.Reflection;
  6.     using System.Windows.Forms;
  7.     internal class xe352b8686e1d5ecf
  8.     {
  9.         private static Assembly xe16f4e54dbd828d7;
  10.         static xe352b8686e1d5ecf()
  11.         {
  12.             try
  13.             {
  14.                 xe16f4e54dbd828d7 = Assembly.Load("IrisSkin2_NetAdvantage53Win");
  15.             }
  16.             catch
  17.             {
  18.             }
  19.         }
  20.         public static void Create(Control control, SkinEngine engine)
  21.         {
  22.             try
  23.             {
  24.                 if (xe16f4e54dbd828d7 != null)
  25.                 {
  26.                     xe16f4e54dbd828d7.CreateInstance("IrisSkinNetAdvantage53Win.Implement3rdControl", true, BindingFlags.CreateInstance, null, new object[] { control, engine }, CultureInfo.CurrentCulture, null);
  27.                 }
  28.             }
  29.             catch (Exception exception)
  30.             {
  31.                 Console.WriteLine(exception);
  32.             }
  33.         }
  34.     }
  35. }