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