Put in an OutboundRequest action to hook for connectivity state
This commit is contained in:
parent
552f44fef1
commit
cca52cac0b
2 changed files with 9 additions and 0 deletions
|
|
@ -185,6 +185,7 @@ namespace MatterHackers.MatterControl
|
|||
public static Action SignInAction;
|
||||
public static Action SignOutAction;
|
||||
public static Func<string> GetSessionInfo;
|
||||
public static Action<bool> OutboundRequest;
|
||||
|
||||
/// <summary>
|
||||
/// Allows application components to hook initial SystemWindow Load event without an existing Widget instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue