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