private void tbCodMethod_ButtonClick(object sender, ButtonPressedEventArgs e) { FormMethod fmMethod = new FormMethod(); fmMethod.Cod_template_method_const = tbCodMethod.Text; fmMethod.Show(); }
private void nbiMethod_LinkClicked(object sender, DevExpress.XtraNavBar.NavBarLinkEventArgs e) { FormMethod ofmMethod = new FormMethod(); //ofmMethod.MdiParent = this; //ofmMethod.WindowState = FormWindowState.Maximized; ofmMethod.Show(); }