Exemplo n.º 1
0
 private void HomeContainerMoveDown()
 {
     DoQueryButton.Unable();
     HomeDisplayContainer.GetResources <Storyboard>("MoveDownAnimation").Begin();
 }
Exemplo n.º 2
0
 private void HomeContainerMoveDown()
 {
     DoQueryButton.Unable();
     (HomeDisplayContainer.Resources["MoveDownAnimation"] as Storyboard)?.Begin();
 }