示例#1
0
 private void OnNoteClosed(object sender, EventArgs e)
 {
     HideContentOverlayAnimation.Begin();
 }
示例#2
0
 private void CloseModal()
 {
     OpenSplitView = false;
     HideContentOverlayAnimation.Begin();
     UpdateStatusBarAndCommandBarColors();
 }