Beispiel #1
0
        private void FormABMCliente_Load(object sender, EventArgs e)
        {
            this.ControlBox      = false;
            this.FormBorderStyle = FormBorderStyle.None;
            this.WindowState     = FormWindowState.Maximized;

            TextBoxHelper.clean(this);
            TypeDocument.fillComboBox(comboTypeDocument);
        }
Beispiel #2
0
 private void buttonClean_Click(object sender, EventArgs e)
 {
     TextBoxHelper.clean(this);
     DataGridViewHelper.clean(dgvClient);
     TypeDocument.fillComboBox(comboTypeDocument);
 }