/// <summary>
 /// Initializes a new instance of the <see cref="UpgradeConfiguration"/> class.
 /// </summary>
 public UpgradeConfiguration()
 {
     Log = new TraceUpgradeLog();
     VariablesEnabled = true;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UpgradeConfiguration"/> class.
 /// </summary>
 public UpgradeConfiguration()
 {
     Log = new TraceUpgradeLog();
 }