Keep Sign in/out visible after click

This commit is contained in:
John Lewin 2017-01-06 11:19:42 -08:00
parent e2090115f8
commit 79415949c2
3 changed files with 11 additions and 15 deletions

View file

@ -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;