Skip to content

Commit fe6b956

Browse files
committed
add meessagebox for debug
1 parent b758f5a commit fe6b956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DynamoRevit/DynamoRevitApp.cs

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

411411
private bool TryResolveDynamoCore(UIControlledApplication application)
412412
{
413-
413+
MessageBox.Show("debug");
414414

415-
if(IsRevitInternalAddin(application))
415+
if (IsRevitInternalAddin(application))
416416
{
417417
dynamopath = Path.GetDirectoryName(Path.GetDirectoryName(assemblyName));
418418
}

0 commit comments

Comments
 (0)