Ejemplo n.º 1
0
        public W_RGV()
        {
            InitializeComponent();
            grid = new RgvDataGrid();

            DataContext = grid;

            GetRGVNameList();
            AddCombBox();

            new Thread(DoRefresh)
            {
                IsBackground = true
            }.Start();
        }