internal bool IsClosingOther(UIInfoAttribute info) { UIRootInfoAttribute rootInfo = RootType.GetCustomAttribute <UIRootInfoAttribute>(); return(rootInfo.IsClosingOther(info.RootType)); }
protected UIRoot() { UIRootInfoAttribute info = GetType().GetCustomAttribute <UIRootInfoAttribute>(); Order = info.Order; }