Keep Sign in/out visible after click
This commit is contained in:
parent
e2090115f8
commit
79415949c2
3 changed files with 11 additions and 15 deletions
|
|
@ -201,8 +201,12 @@ namespace MatterHackers.MatterControl.VersionManagement
|
|||
requestValues = new Dictionary<string, string>();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the time-out value in milliseconds
|
||||
/// </summary>
|
||||
/// <value>The timeout.</value>
|
||||
public int Timeout { get; set; } = 100000;
|
||||
|
||||
|
||||
public event EventHandler RequestComplete;
|
||||
|
||||
public event EventHandler<ResponseErrorEventArgs> RequestFailed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue