コード例 #1
0
            /*****************/
            /* TextBoxRouter */
            /*****************/

            public TextBoxRouter(
                RouterTextBox theTextBox,
                int thePriority) : base("RouterTextBox" + RouterTextBoxNameIndex++, thePriority)
            {
                m_RouterTextBox = theTextBox;
            }
コード例 #2
0
            /*****************/
            /* TextBoxRouter */
            /*****************/

            public TextBoxRouter(
                RouterTextBox theTextBox)
            {
                m_RouterTextBox = theTextBox;
                routerName      = "RouterTextBox" + RouterTextBoxNameIndex++;
            }