Ejemplo n.º 1
0
 private static void m000047()
 {
     int num;
     string[] strArray2;
     c000193 c = new c000193();
     string str = m00027b().ReadLine();
     c.m000004(int.Parse(str.Replace(';', '\0')));
     c.m00029c(new c000131[c.m00000f()]);
     string[] strArray = m000079(";;").Split(new char[] { ',' });
     for (num = 0; num < strArray.Length; num++)
     {
         strArray[num] = strArray[num].Replace("\r\n", "");
         strArray2 = strArray[num].Split(";".ToCharArray());
         c000131 c2 = new c000131();
         c2.m000025(float.Parse(strArray2[0]));
         c2.m000029(float.Parse(strArray2[1]));
         c2.m00002d(-float.Parse(strArray2[2]));
         c.m000096()[num] = c2;
     }
     str = m00027b().ReadLine();
     c.m00004b(int.Parse(str.Replace(';', '\0')));
     c.m00029c(new c000194[c.m000010()]);
     strArray = m000079(";;").Split(";".ToCharArray());
     int index = 0;
     for (num = 0; num < strArray.Length; num += 2)
     {
         if (strArray[num] == "")
         {
             break;
         }
         strArray[num] = strArray[num].Replace(",\r\n", "").Trim();
         strArray2 = strArray[num + 1].Split(",".ToCharArray());
         c000194 c3 = new c000194();
         c3.m000004(int.Parse(strArray[num].Trim()));
         c3.m000004(new int[c3.m00000f()]);
         for (int i = 0; i < c3.m00000f(); i++)
         {
             c3.m00029e()[i] = int.Parse(strArray2[i].Trim());
         }
         c.m00029d()[index] = c3;
         index++;
     }
     while (!m00027b().ReadLine().Contains("}"))
     {
     }
     m000062().m000069(c);
 }
Ejemplo n.º 2
0
 public void m000069(c000193 p0)
 {
     this.f000026 = p0;
 }