AwbUpdater.ErrorHandler.BugReport.WikiBugFormatter.PrintFooter C# (CSharp) 메소드

PrintFooter() 공개 메소드

public PrintFooter ( ) : string
리턴 string
                public override string PrintFooter()
                {
                    return
                        PrintLine("fix_version",
                            "<!-- Version of AWB the fix will be included in; AWB developer will complete when it's fixed -->") +
                        "\r\n}}";
                }
ErrorHandler.BugReport.WikiBugFormatter