Exemplo n.º 1
0
        void IRefreshable.Refresh()
        {
            Cursor.Current = Cursors.WaitCursor;
            EIBInterfaceConf conf = ConsoleAPI.GetEIBInterfaceConf();

            UpdateView(conf);
            Cursor.Current = Cursors.Default;
        }
Exemplo n.º 2
0
 void IRefreshable.Refresh()
 {
     _conf = ConsoleAPI.GetEIBInterfaceConf();
     UpdateView();
 }