Beispiel #1
0
        /// <summary>
        /// コンストラクタ
        /// </summary>
        public GLRenderer(ShogiObject root)
        {
            if (root == null)
            {
                throw new ArgumentNullException("root");
            }

            ShogiObject = root;
        }
Beispiel #2
0
        /// <summary>
        /// コンストラクタ
        /// </summary>
        public GLRenderer(ShogiObject root)
        {
            if (root == null)
            {
                throw new ArgumentNullException("root");
            }

            ShogiObject = root;
        }