Ejemplo n.º 1
0
    internal static Class472 smethod_0(Class472 A_0, string A_1)
    {
        int num = 9;

        if (A_0 == null)
        {
            A_0 = new Class472();
        }
        if (A_1 == BookmarkStart.b("䄮帰崲倴", num))
        {
            A_0.method_3(BorderStyle.None);
            return(A_0);
        }
        string[] strArray = A_1.Split(new char[] { ' ' });
        for (int i = 0; i < strArray.Length; i++)
        {
            string str = strArray[i].Trim();
            if (!str.StartsWith(BookmarkStart.b("మ", num)) && (str != BookmarkStart.b("嬮䌰刲嬴䐶䤸娺似娾⽀㝂", num)))
            {
                if (Class576.smethod_38(str))
                {
                    A_0.method_1(Class576.smethod_41(str));
                }
                else if (A_0.method_2() == BorderStyle.None)
                {
                    A_0.method_3(Class922.smethod_35(str));
                }
            }
            else
            {
                A_0.method_5(Class576.smethod_76(str));
            }
        }
        return(A_0);
    }
Ejemplo n.º 2
0
 private static bool smethod_3(string A_0, Color A_1)
 {
     string[] strArray = A_0.Split(new char[] { ' ' });
     if (strArray.Length < 2)
     {
         return(false);
     }
     if (!Class576.smethod_38(strArray[0]) || !Class576.smethod_38(strArray[1]))
     {
         return(false);
     }
     if (strArray.Length == 3)
     {
         A_1 = Class576.smethod_76(strArray[2]);
     }
     else if (strArray.Length >= 4)
     {
         A_1 = Class576.smethod_76(strArray[3]);
         if (A_1 == Color.Empty)
         {
             A_1 = Class576.smethod_76(strArray[2]);
         }
     }
     if (A_1 == Color.Empty)
     {
         A_1 = Color.Black;
     }
     return(true);
 }