Exemplo n.º 1
0
        private void Method_UI_EnableAplly(int count)
        {
            myButtonApply1.Enabled = false;
            var userApp = new myUserAplication();

            userApp.Method_APP_ResetList();
            Method_UI_SetComboGroup1(false);
        }
Exemplo n.º 2
0
        private void Method_UI_ClearGridUser()
        {
            var userApp = new myUserAplication();

            this.myDataGridView1.DataSource = userApp.Method_APP_ResetList();
            this.myDataGridView1.ClearSelection();
            //RESERT LABEL COUNT QUERY
            myLblCountQuery1.Text            = "0";
            myButtonCheckAllResults1.Enabled = false;
            myDataGridView1.Enabled          = false;
        }