Winify – Diff between revs 7 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 7 Rev 8
Line 9... Line 9...
9 { 9 {
10 public partial class SettingsForm : Form 10 public partial class SettingsForm : Form
11 { 11 {
12 #region Private Delegates, Events, Enums, Properties, Indexers and Fields 12 #region Private Delegates, Events, Enums, Properties, Indexers and Fields
Line 13... Line 13...
13   13  
Line 14... Line 14...
14 private readonly Servers.Servers _servers; 14 private readonly global::Servers.Servers _servers;
Line 15... Line 15...
15   15  
Line 16... Line 16...
16 #endregion 16 #endregion
17   17  
18 #region Constructors, Destructors and Finalizers 18 #region Constructors, Destructors and Finalizers
19   19  
Line 20... Line 20...
20 private SettingsForm() 20 private SettingsForm()
21 { 21 {
22 InitializeComponent(); 22 InitializeComponent();
Line 23... Line 23...
23 } 23 }
24   24