コード例 #1
0
        public AddDevForm()
        {
            InitializeComponent();
            CheckForIllegalCrossThreadCalls = false;

            for (int i = 0; i < 100; i++)
            {
                m_Device[i] = new SDK_CONFIG_NET_COMMON();
            }
        }
コード例 #2
0
        public AddDevForm()
        {
            InitializeComponent();
            CheckForIllegalCrossThreadCalls = false;

            for (int i = 0; i < 100;i++ )
            {
                m_Device[i] = new SDK_CONFIG_NET_COMMON();
            }
        }