Exemplo n.º 1
0
        private void btnGetTableValues_Click(object sender, EventArgs e)
        {
            try
            {
                DisposeControls();
                cmBoxFilterName.Items.Clear();
                Rsc.LogTbl = txtBoxTblName.Text;
                FormFeatures formFeatures = new FormFeatures(this);
                LoadActionType();
                formFeatures.LoadRuntimeandPeriod();

            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message);
            }
        }
Exemplo n.º 2
0
 private void cmBoxFilterName_SelectedIndexChanged(object sender, EventArgs e)
 {
     FormFeatures formFeatures = new FormFeatures(this, cmBoxFilterName.SelectedItem.ToString());
 }