コード例 #1
0
		private void winLIRC_CommandReceived(object sender, WinLIRC.CommandReceivedEventArgs e)
		{
			this.textBoxWinLIRCCommand.Text = e.RemoteCommandName + "-" + e.IrCommand;
		}