public Form1() { InitializeComponent(); Logger.SetLogFilePath("Sample.log", Settings.Default.LogLevel); Logger.Info("Search for Transmitters"); _client.DeviceFound += DeviceFound; _client.DeviceLost += DeviceLost; _client.Start(); _client.FindByType("urn:ses-com:device:SatIPServer:1"); }