예제 #1
0
    internal static string smethod_1(FootnoteRestartRule A_0, bool A_1)
    {
        int num = 0;

        if (A_0 != FootnoteRestartRule.DoNotRestart)
        {
            switch (A_0)
            {
            case FootnoteRestartRule.DoNotRestart:
                return(BookmarkStart.b("䔥䜧䐩堫䜭帯䜱嬳䌵䬷", num));

            case FootnoteRestartRule.RestartSection:
                if (A_1)
                {
                    return(BookmarkStart.b("䌥䤧䤩䐫紭唯儱䀳", num));
                }
                return(BookmarkStart.b("䌥䤧䤩䐫̭䌯圱圳䈵", num));

            case FootnoteRestartRule.RestartPage:
                if (A_1)
                {
                    return(BookmarkStart.b("䌥䤧䤩䐫縭儯唱儳", num));
                }
                return(BookmarkStart.b("䌥䤧䤩䐫̭䀯匱匳匵", num));
            }
        }
        return("");
    }
 internal void method_55(FootnoteRestartRule A_0)
 {
     this.method_52(3, A_0);
 }
예제 #3
0
 internal void method_151(FootnoteRestartRule A_0)
 {
     this.method_138().RestartRule = A_0;
 }