예제 #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();
 }