Example #1
0
        private void attributionToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frm_attribution attribs = new frm_attribution()
            {
                MdiParent = this
            };

            attribs.Show();
        }
Example #2
0
        private void tileItem2_ItemClick(object sender, DevExpress.XtraEditors.TileItemEventArgs e)
        {
            var fr = new frm_attribution();

            fr.Show();
        }