Ejemplo n.º 1
0
 void EndLogSearch()
 {
     if (LogGrid.InvokeRequired)
     {
         EndLogSearch_d CALL_d = new EndLogSearch_d(EndLogSearch);
         LogGrid.Invoke(CALL_d, new object[] { });
     }
     else
     {
         SearchProgressBar.Visible = false;
         SearchBtn.Text            = "Search with this Filter";
     }
 }
Ejemplo n.º 2
0
 void EndLogSearch()
 {
     if (LogGrid.InvokeRequired)
     {
         EndLogSearch_d CALL_d = new EndLogSearch_d(EndLogSearch);
         LogGrid.Invoke(CALL_d, new object[] { });
     }
     else
     {
         SearchProgressBar.Visible = false;
         SearchBtn.Text = "Search with this Filter";
     }
 }