示例#1
0
        public static string Build(CrashReport crashReport) => @$ "
<html>
示例#2
0
 public static void BuildAndShow(CrashReport crashReport)
 {
     using var form = new HtmlCrashReportForm(crashReport);
     form.ShowDialog();
 }