Skip to content

Commit

Permalink
Merge branch 'dev' into update-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock authored Jan 10, 2025
2 parents d1e596d + c5d37a1 commit a050409
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ internal sealed class Connector : NAV.Plugins.DockPanePlugin

public override Control CreateControlPane()
{
AppDomain.CurrentDomain.AssemblyResolve += AssemblyResolver.OnAssemblyResolve<Connector>;

var services = new ServiceCollection();

services.Initialize(HostApplications.Navisworks, HostAppVersion.v2024);
Expand Down

0 comments on commit a050409

Please sign in to comment.