예제 #1
0
 public GClass416(GClass287 gclass287_0 = null, bool bool_2 = false, int int_0 = 0, bool bool_3 = false, GClass489 gclass489_1 = null, string string_1 = "")
 {
     Class13.lOBHd9Nzn7x2T();
     this.string_0 = "";
     base..ctor();
     this.string_0 = string_1;
     if (gclass489_1 == null)
     {
         this.gclass489_0 = new GClass489(false, 0);
     }
     else
     {
         this.gclass489_0 = gclass489_1;
     }
     if (gclass287_0 == null)
     {
         this.Window = new GClass287(0);
     }
     else
     {
         this.Window = gclass287_0;
     }
     this.bool_0     = bool_2;
     this.Visibility = int_0;
     this.bool_1     = bool_3;
 }
예제 #2
0
 public GClass604(GClass287 gclass287_1 = null, bool bool_1 = false)
 {
     Class13.lOBHd9Nzn7x2T();
     base..ctor();
     if (gclass287_1 == null)
     {
         this.gclass287_0 = new GClass287(0);
     }
     else
     {
         this.gclass287_0 = gclass287_1;
     }
     this.bool_0 = bool_1;
 }
예제 #3
0
    public virtual void imethod_1(BinaryStream binaryStream_0)
    {
        while (this.vector_0.Length > 0)
        {
            this.vector_0.method_1();
        }
        int i   = 0;
        int num = binaryStream_0.ReadByte();

        while (i < num)
        {
            GClass287 gclass = (GClass287)GClass86.smethod_2((int)binaryStream_0.smethod_1());
            gclass.imethod_1(binaryStream_0);
            this.vector_0.method_0(gclass);
            i++;
        }
    }