|
@@ -29,7 +29,7 @@ namespace ServiceRevitLib
|
|
|
string fileName = DateTime.Now.ToString("yyyyMMddHHmmss");
|
|
|
string path = Path.Combine(@"D:\", $"DataCheck{fileName}.json");
|
|
|
File.WriteAllText(path, result);
|
|
|
- //System.Diagnostics.Process.Start("notepad.exe", path);
|
|
|
+ System.Diagnostics.Process.Start("notepad.exe", path);
|
|
|
}
|
|
|
catch (Exception e)
|
|
|
{
|