mirror of
https://github.com/ckaczor/WorkIndicator.git
synced 2026-02-12 02:58:32 -05:00
Add retry if Skype initialization fails
This commit is contained in:
11
Properties/Settings.Designer.cs
generated
11
Properties/Settings.Designer.cs
generated
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.34011
|
||||
// Runtime Version:4.0.30319.34209
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -46,5 +46,14 @@ namespace WorkIndicator.Properties {
|
||||
this["WindowPattern"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.ApplicationScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("00:00:10")]
|
||||
public global::System.TimeSpan RetryInterval {
|
||||
get {
|
||||
return ((global::System.TimeSpan)(this["RetryInterval"]));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user