mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-09-12 06:22:01 +00:00
integrate Revit 2025 SDK
This commit is contained in:
@@ -65,9 +65,9 @@ namespace Revit.SDK.Samples.UIAPI.CS
|
||||
PreviewModel form = new PreviewModel(commandData.Application.Application, ElementId.InvalidElementId);
|
||||
form.ShowDialog();
|
||||
}
|
||||
catch (Exception e)
|
||||
catch
|
||||
{
|
||||
throw e;
|
||||
throw;
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user