WingMan – Blame information for rev 7

Subversion Repositories:
Rev:
Rev Author Line No. Line
5 office 1 using System.Collections.Generic;
2  
7 office 3 namespace WingMan.MouseKey
5 office 4 {
5 public class MouseKeyBindingsExchange
6 {
7 office 7 public List<MouseKeyBindingExchange> ExchangeBindings { get; set; }
5 office 8 }
9 }