Skip to content

Commit

Permalink
Make RequestLaunchDynamo public (#13634)
Browse files Browse the repository at this point in the history
* Make RequestLaunchDynamo public

* Update SplashScreen.xaml.cs
  • Loading branch information
reddyashish committed Dec 13, 2022
1 parent 2c47801 commit 6d58457
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/DynamoCoreWpf/Views/SplashScreen/SplashScreen.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ public partial class SplashScreen : Window
/// </summary>
public long totalLoadingTime;

internal Action<bool> RequestLaunchDynamo;
/// <summary>
/// Request to launch Dynamo main window.
/// </summary>
public Action<bool> RequestLaunchDynamo;

internal Action<string> RequestImportSettings;
internal Func<bool> RequestSignIn;
internal Func<bool> RequestSignOut;
Expand Down

0 comments on commit 6d58457

Please sign in to comment.