Beispiel #1
0
 private void btnPoll_Click(object sender, EventArgs e)
 {
     this.labelResult.Text = "Result:";
     try
     {
         ClientRemoting.remotePollTcp(this);
     }
     catch
     {
         AdminLogger.WriteEvent("Exception handled trying to poll computer.",
                                ZifliForm._ERR);
     }
 }