WingMan – Diff between revs 14 and 24

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 14 Rev 24
Line 20... Line 20...
20   20  
Line 21... Line 21...
21 public string Name { get; set; } = string.Empty; 21 public string Name { get; set; } = string.Empty;
Line -... Line 22...
-   22  
-   23 public List<string> Keys { get; set; } = new List<string>();
22   24  
23 public List<string> Keys { get; set; } = new List<string>(); 25 public bool Enabled { get; set; }
24   26  
25 public bool Equals(KeyBinding other) 27 public bool Equals(KeyBinding other)
26 { 28 {