Example #1
0
        private void btnStart_Click(object sender, EventArgs e)
        {
            Cursor.Current = Cursors.WaitCursor;
            EIBInterfaceConf conf = ConsoleAPI.StartEIBInterface();

            UpdateView(conf);
            Cursor.Current = Cursors.Default;
        }