Пример #1
0
 public static NormalWindowProxy <T> QuickLinkNavigate <T>(this LeftPanelProxy left) where T : Entity
 {
     return(left.QuickLinkCapture(QueryUtils.GetKey(typeof(T).FullName)).ToNormalWindow <T>());
 }
Пример #2
0
 public static SearchWindowProxy QuickLinkExplore(this LeftPanelProxy left, object queryName)
 {
     return(left.QuickLinkCapture(QueryUtils.GetKey(queryName)).ToSearchWindow());
 }