Widow – Diff between revs 1 and 6

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 6
Line 9... Line 9...
9 { 9 {
10 #region Public Enums, Properties and Fields 10 #region Public Enums, Properties and Fields
Line 11... Line 11...
11   11  
Line 12... Line 12...
12 public Windows.Windows Windows { get; } 12 public Windows.Windows Windows { get; }
Line 13... Line 13...
13   13  
Line 14... Line 14...
14 public Form1 Form { get; set; } 14 public MainForm Form { get; set; }
Line 15... Line 15...
15   15  
16 #endregion 16 #endregion
17   17  
Line 18... Line 18...
18 #region Constructors, Destructors and Finalizers 18 #region Constructors, Destructors and Finalizers
19   19  
20 public RuleEditForm(Form1 form1, Windows.Windows windows) : this(windows) 20 public RuleEditForm(MainForm mainForm, Windows.Windows windows) : this(windows)