示例#1
0
 public void HidePopup()
 {
     DetailWebView.NavigateToString("");
     PopupOut.Begin();
     PopupOut.Completed -= PopupOut_Completed;
     PopupOut.Completed += PopupOut_Completed;
 }
 public void HidePopup()
 {
     HeaderBlock.Data      = null;
     HolderText.Visibility = Visibility.Collapsed;
     ReplyCollection.Clear();
     PopupOut.Begin();
     PopupOut.Completed -= PopupOut_Completed;
     PopupOut.Completed += PopupOut_Completed;
 }
 public void HidePopup()
 {
     _tempTopic       = null;
     _tempVideo       = null;
     _tempBangumi     = null;
     _tempPart        = null;
     RepostBox.Text   = string.Empty;
     OriginBlock.Text = string.Empty;
     AtUserCollection.Clear();
     AtUserCollection.Add(new Owner());
     SearchCollection.Clear();
     UserSearchBox.Text = string.Empty;
     PopupOut.Begin();
     PopupOut.Completed -= PopupOut_Completed;
     PopupOut.Completed += PopupOut_Completed;
 }
 public void HidePopup()
 {
     PopupOut.Begin();
     PopupOut.Completed -= PopupOut_Completed;
     PopupOut.Completed += PopupOut_Completed;
 }