misu – Blame information for rev 7

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using System;
7 office 2 using System.Collections.Specialized;
1 office 3  
4 namespace misu
5 {
6 public class KeyBoundEventArgs : EventArgs
7 {
8 #region Public Enums, Properties and Fields
9 #endregion
10  
11 #region Constructors, Destructors and Finalizers
12  
7 office 13 public KeyBoundEventArgs()
1 office 14 {
15 }
16  
17 #endregion
18 }
19 }