Ejemplo n.º 1
0
    private void method_30(Section A_0, HeaderFooterType A_1, string A_2)
    {
        bool         flag;
        HeaderFooter footer = this.method_31(A_0, A_1);

        if (flag = (footer != null) && (this.class422_0.method_23() == OpenDocumentWritingStage.StylesMasterPage))
        {
            this.class400_0.method_4(A_2);
        }
        if (footer != null)
        {
            footer.Accept(this.class422_0);
        }
        if (flag)
        {
            this.class400_0.method_5();
        }
    }