WingMan – Blame information for rev 32
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
5 | office | 1 | using System.Collections.Generic; |
2 | |||
14 | office | 3 | namespace WingMan.Bindings |
5 | office | 4 | { |
10 | office | 5 | public class KeyBindingsExchange |
5 | office | 6 | { |
10 | office | 7 | public List<KeyBindingExchange> ExchangeBindings { get; set; } |
5 | office | 8 | } |
32 | office | 9 | } |