Ejemplo n.º 1
0
        private void btnAttachment_Click(object sender, System.EventArgs e)
        {
            FrmAttachment dlg = new FrmAttachment();

            dlg.UserId = 1;
            dlg.ShowDialog();
        }