misu – Diff between revs 1 and 7

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 7
1 using System; 1 using System;
2 using Configuration; 2 using System.Collections.Specialized;
3   3  
4 namespace misu 4 namespace misu
5 { 5 {
6 public class KeyBoundEventArgs : EventArgs 6 public class KeyBoundEventArgs : EventArgs
7 { 7 {
8 #region Public Enums, Properties and Fields 8 #region Public Enums, Properties and Fields
9   -  
10 public Binding Binding { get; } -  
11   -  
12 #endregion 9 #endregion
13   10  
14 #region Constructors, Destructors and Finalizers 11 #region Constructors, Destructors and Finalizers
15   12  
16 public KeyBoundEventArgs(Binding boundKeys) 13 public KeyBoundEventArgs()
17 { -  
18 Binding = boundKeys; 14 {
19 } 15 }
20   16  
21 #endregion 17 #endregion
22 } 18 }
23 } 19 }
24   20  
25
Generated by GNU Enscript 1.6.5.90.
21
Generated by GNU Enscript 1.6.5.90.
26   22  
27   23  
28   24