WingMan – Diff between revs 7 and 8

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 7 Rev 8
Line 1... Line 1...
1 using System.Windows.Forms; 1 using System.Windows.Forms;
Line 2... Line 2...
2   2  
3 namespace WingMan 3 namespace WingMan
4 { 4 {
5 public static class Utilities 5 public static class KeyConversion
6 { 6 {
7 public static string ToDisplayName(this MouseButtons button) 7 public static string ToDisplayName(this MouseButtons button)
8 { 8 {
9 var mouseButton = string.Empty; 9 var mouseButton = string.Empty;