Skip to content

Commit cb8838c

Browse files
committed
Merssagebox for debug
1 parent 4883784 commit cb8838c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/DynamoRevit/DynamoRevitApp.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,11 @@ private static Boolean IsRevitInternalAddin(UIControlledApplication application)
410410

411411
private bool TryResolveDynamoCore(UIControlledApplication application)
412412
{
413+
if (true)
414+
{
415+
MessageBox.Show("stai asa ca sa pot sa fac debug");
416+
}
417+
413418
if(IsRevitInternalAddin(application))
414419
{
415420
dynamopath = Path.GetDirectoryName(Path.GetDirectoryName(assemblyName));

0 commit comments

Comments
 (0)