7 lines
143 B
C#
7 lines
143 B
C#
|
namespace DualScreenDemo
|
||
|
{
|
||
|
public class RemoteControlEventArgs : EventArgs
|
||
|
{
|
||
|
public RemoteCommand Command { get; set; }
|
||
|
}
|
||
|
}
|