Beispiel #1
0
        internal bool IsClosingOther(UIInfoAttribute info)
        {
            UIRootInfoAttribute rootInfo = RootType.GetCustomAttribute <UIRootInfoAttribute>();

            return(rootInfo.IsClosingOther(info.RootType));
        }