示例#1
0
 private void TabComponent_PointerEntered(object sender, PointerRoutedEventArgs e)
 {
     if (!string.IsNullOrEmpty(current_tab.TabOriginalPathContent) && current_tab.TabContentType == ContentType.File)
     {
         ShowPath.Begin();
     }
 }
示例#2
0
 private void TabComponent_PointerEntered(object sender, PointerRoutedEventArgs e)
 {
     if (!string.IsNullOrEmpty(current_tab.PathContent))
     {
         ShowPath.Begin();
     }
 }