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

            return(rootInfo.IsClosingOther(info.RootType));
        }
Beispiel #2
0
        protected UIRoot()
        {
            UIRootInfoAttribute info = GetType().GetCustomAttribute <UIRootInfoAttribute>();

            Order = info.Order;
        }