Widow – Diff between revs 1 and 5

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 5
Line 110... Line 110...
110   110  
111 [UsedImplicitly] 111 [UsedImplicitly]
112 public Window() 112 public Window()
113 { 113 {
-   114 }
114 } 115  
115 public Window(string name, int top, int left, int width, int height) : this() 116 public Window(string name, int top, int left, int width, int height) : this()
116 { 117 {
117 Name = name; 118 Name = name;
118 Top = top; 119 Top = top;