misu

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 1  →  ?path2? @ HEAD
/trunk/misu/KeyBoundEventArgs.cs
@@ -1,5 +1,5 @@
using System;
using Configuration;
using System.Collections.Specialized;
 
namespace misu
{
@@ -6,16 +6,12 @@
public class KeyBoundEventArgs : EventArgs
{
#region Public Enums, Properties and Fields
 
public Binding Binding { get; }
 
#endregion
 
#region Constructors, Destructors and Finalizers
 
public KeyBoundEventArgs(Binding boundKeys)
public KeyBoundEventArgs()
{
Binding = boundKeys;
}
 
#endregion