WingMan – Diff between revs 7 and 9

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 7 Rev 9
Line 1... Line 1...
1 using System.Collections.Generic; 1 using System.Collections.Generic;
-   2 using System.Xml.Serialization;
Line 2... Line 3...
2   3  
3 namespace WingMan.MouseKey 4 namespace WingMan.MouseKey
4 { 5 {
5 public class MouseKeyBindings 6 public class MouseKeyBindings
-   7 {
-   8 [XmlIgnore] public static readonly XmlSerializer XmlSerializer = new XmlSerializer(typeof(MouseKeyBindings));
6 { 9  
7 public MouseKeyBindings() 10 public MouseKeyBindings()
8 { 11 {
Line 9... Line 12...
9 } 12 }