class Program
{
static void Main(string[] args)
{
var message = args[0];
var log = new EventLog();
log.Source = "LogThis.exe";
log.Log = "Application";
log.WriteEntry(message, EventLogEntryType.Information);
}
}
You need more pictures of your cute kids on here (:
ReplyDelete