WingMan – Diff between revs 10 and 14

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 10 Rev 14
Line 1... Line 1...
1 using System; 1 using System;
Line 2... Line 2...
2   2  
3 namespace WingMan.MouseKey 3 namespace WingMan.Bindings
4 { 4 {
5 public class KeyBindingExecutingEventArgs : EventArgs 5 public class KeyBindingExecutingEventArgs : EventArgs
6 { 6 {
7 public KeyBindingExecutingEventArgs(string nick, string name) 7 public KeyBindingExecutingEventArgs(string nick, string name)