WingMan – Diff between revs 5 and 7

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 5 Rev 7
Line 1... Line -...
1 using System; -  
2 using System.Collections.Generic; 1 using System.Collections.Generic;
3 using System.Linq; -  
4 using System.Text; -  
5 using System.Threading.Tasks; -  
6 using System.Xml.Serialization; -  
Line 7... Line 2...
7   2  
8 namespace WingMan 3 namespace WingMan.MouseKey
9 { 4 {
10 public class MouseKeyBindings 5 public class MouseKeyBindings
11 { 6 {
12 public MouseKeyBindings() 7 public MouseKeyBindings()
13 { -  
14   8 {
-   9 }
15 } 10  
16 public MouseKeyBindings(List<MouseKeyBinding> bindings) : this() 11 public MouseKeyBindings(List<MouseKeyBinding> bindings) : this()
17 { 12 {
18 Bindings = bindings; 13 Bindings = bindings;