Exemplo n.º 1
0
 public void HideStaticView()
 {
     if (staticView != null)
     {
         staticView.Hide();
     }
 }