WingMan – Diff between revs 14 and 32

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 14 Rev 32
1 using System.Collections.Generic; 1 using System.Collections.Generic;
2   2  
3 namespace WingMan.Bindings 3 namespace WingMan.Bindings
4 { 4 {
5 public class KeyBindingsExchange 5 public class KeyBindingsExchange
6 { 6 {
7 public List<KeyBindingExchange> ExchangeBindings { get; set; } 7 public List<KeyBindingExchange> ExchangeBindings { get; set; }
8 } 8 }
9 } 9 }
10   10  
-   11
Generated by GNU Enscript 1.6.5.90.
-   12  
-   13  
-   14