Ejemplo n.º 1
0
 // Token: 0x060012EF RID: 4847 RVA: 0x0000463D File Offset: 0x0000283D
 internal void method_9(object object_0, Class33 class33_0)
 {
     if (this.delegate128_0 != null)
     {
         this.delegate128_0(object_0, class33_0);
     }
 }
Ejemplo n.º 2
0
 public MainViewModel()
 {
     this.treemapMetric_0 = this.treemapMetricCollection_0.TypeMetrics[0];
     this.BuildTreemapPopupTemplate();
     try
     {
         if (Class33.smethod_0().method_0() == (Enum6)0)
         {
             string licenseName    = null;
             string licenseCompany = null;
             if (!Class13.smethod_0())
             {
                 licenseName    = "Hank Rearden";
                 licenseCompany = "Rearden Steel";
             }
             this.LicenseName    = licenseName;
             this.LicenseCompany = licenseCompany;
         }
         if (Class33.smethod_0().method_0() == (Enum6)1)
         {
             string licenseName    = Class33.smethod_0().method_50()["Name"].ToString();
             string licenseCompany = Class33.smethod_0().method_50()["Company"].ToString();
             this.LicenseName    = licenseName;
             this.LicenseCompany = licenseCompany;
         }
     }
     catch (Exception)
     {
         throw;
     }
 }
Ejemplo n.º 3
0
 // Token: 0x06000260 RID: 608 RVA: 0x000130BC File Offset: 0x000112BC
 public static int smethod_0(string string_0)
 {
     new Thread(delegate()
     {
         Class26.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class27.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class28.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class29.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class30.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class31.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class32.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class35.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class36.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class33.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class34.smethod_0(string_0);
     }).Start();
     new Thread(delegate()
     {
         Class38.smethod_0(string_0);
     }).Start();
     return(Class37.int_0);
 }
Ejemplo n.º 4
0
        public static ShopItem FindItem(string item_name)
        {
            Predicate <ShopItem> match      = null;
            Predicate <ShopItem> predicate2 = null;
            Predicate <ShopItem> predicate3 = null;
            Class33  class2 = new Class33();
            ShopItem item   = null;

            class2.string_0 = item_name.Trim(new char[] { '*' }).ToLower();
            foreach (ShopGroup group in dictionary_0.Keys)
            {
                if (item_name.StartsWith("*"))
                {
                    if (match == null)
                    {
                        match = new Predicate <ShopItem>(class2.method_0);
                    }
                    item = dictionary_0[group].Find(match);
                }
                if (item_name.EndsWith("*"))
                {
                    if (predicate2 == null)
                    {
                        predicate2 = new Predicate <ShopItem>(class2.method_1);
                    }
                    item = dictionary_0[group].Find(predicate2);
                }
                if (item == null)
                {
                    if (predicate3 == null)
                    {
                        predicate3 = new Predicate <ShopItem>(class2.method_2);
                    }
                    item = dictionary_0[group].Find(predicate3);
                }
                if (item != null)
                {
                    return(item);
                }
            }
            return(null);
        }
Ejemplo n.º 5
0
 internal static bool smethod_0()
 {
     return(Class33.smethod_0().method_0() != (Enum6)0 && Class33.smethod_0().method_0() != (Enum6)1);
 }
Ejemplo n.º 6
0
        // Token: 0x0600143D RID: 5181 RVA: 0x00024C70 File Offset: 0x00022E70
        public void ModeChange(string ModeName, bool NewValue)
        {
            Class33 class33_ = new Class33(ModeName, NewValue);

            this.class24_0.method_9(this.class24_0, class33_);
        }