private void IbtnClient_Click(object sender, EventArgs e) { CdoClient cdoClient = new CdoClient(); cdoClient.com = this; cdoClient.ShowDialog(); }
private void BtnClient_Click(object sender, EventArgs e) { CdoClient cdoClient = new CdoClient(); cdoClient.com = this; cdoClient.ShowDialog(); //FrmClient frmClient = new FrmClient(); //frmClient.ShowDialog(); //Form dlg1 = new Form(); //string texto = dlg1.AutoScaleDimensions.ToString(); //dlg1.ShowDialog(); }