public AddDevForm() { InitializeComponent(); CheckForIllegalCrossThreadCalls = false; for (int i = 0; i < 100; i++) { m_Device[i] = new SDK_CONFIG_NET_COMMON(); } }
public AddDevForm() { InitializeComponent(); CheckForIllegalCrossThreadCalls = false; for (int i = 0; i < 100;i++ ) { m_Device[i] = new SDK_CONFIG_NET_COMMON(); } }