예제 #1
0
 public EventToCommandProxy(object context, EventInfo eventInfo, ICommand command, CommandParameterProxy commandParameter) : this(context, eventInfo)
 {
     Command          = command;
     CommandParameter = commandParameter;
 }
예제 #2
0
 public EventToCommandProxy(object context, EventInfo eventInfo, ICommand command, CommandParameterProxy commandParameter)
     : this(context, eventInfo)
 {
     Command = command;
     CommandParameter = commandParameter;
 }