Exemplo n.º 1
0
 public void SetStatus(string status)
 {
     Status.Value   = status;
     Status.Visible = true;
     StatusTimer.Restart();
 }