private void method_2()
 {
     if (this.method_4())
     {
         this.method_3(this.method_29());
         smethod_0(new object[] { this.interface69_0 != null, PrId.Parent, this.interface69_0 });
         this.interface69_0 = null;
     }
 }
 public void method_0()
 {
     smethod_0(new object[] { this.interface69_0 != null, PrId.Parent, this.interface69_0 });
     this.interface69_0 = null;
     smethod_0(new object[] { this.textureStyle_0 != TextureStyle.TextureNone, PrId.Texture, this.textureStyle_0 });
     this.textureStyle_0 = TextureStyle.TextureNone;
     smethod_0(new object[] { !this.color_0.IsEmpty, PrId.ForegroundPatternColor, this.color_0 });
     this.color_0 = Color.Empty;
     smethod_0(new object[] { !this.color_1.IsEmpty, PrId.BackgroundPatternColor, this.color_1 });
     this.color_1  = Color.Empty;
     this.string_0 = null;
     this.string_1 = null;
     this.string_2 = null;
     this.string_3 = null;
     this.string_4 = null;
     this.string_5 = null;
 }
    private void method_3(Class678 A_0)
    {
        int num = 0;

        if (A_0 == null)
        {
            throw new ArgumentNullException(BookmarkStart.b("唥娧䤩", num));
        }
        this.interface69_0 = A_0.interface69_0;
        smethod_0(new object[] { this.int_0 != A_0.int_0, PrId.Key, this.int_0 });
        this.int_0 = A_0.int_0;
        smethod_0(new object[] { this.textureStyle_0 != A_0.method_13(), PrId.Texture, this.textureStyle_0 });
        this.textureStyle_0 = A_0.method_13();
        smethod_0(new object[] { this.color_0 != A_0.method_11(), PrId.ForegroundPatternColor, this.color_0 });
        this.color_0 = A_0.method_11();
        smethod_0(new object[] { this.color_1 != A_0.method_7(), PrId.BackgroundPatternColor, this.color_1 });
        this.color_1  = A_0.method_7();
        this.string_0 = A_0.method_15();
        this.string_1 = A_0.method_17();
        this.string_2 = A_0.method_19();
        this.string_3 = A_0.method_21();
        this.string_4 = A_0.method_23();
        this.string_5 = A_0.method_25();
    }
 internal Class678(Interface69 A_0, int A_1)
 {
     this.interface69_0 = A_0;
     this.int_0         = A_1;
 }