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

            return(rootInfo.IsClosingOther(info.RootType));
        }
예제 #2
0
파일: UIRoot.cs 프로젝트: Hoodrij/Core
        protected UIRoot()
        {
            UIRootInfoAttribute info = GetType().GetCustomAttribute <UIRootInfoAttribute>();

            Order = info.Order;
        }