예제 #1
0
        private void maclarToolStripMenuItem_Click(object sender, EventArgs e)
        {
            macXF frm = new macXF();

            frm.CEFRow = (DataSetGnl.CEFRow)gridView1.GetFocusedDataRow();
            frm.Text   = $"{gridView1.GetFocusedRowCellDisplayText(colHPP)} >< {gridView1.GetFocusedRowCellDisplayText(colGPP)} Matches [macXF]";
            frm.ShowDialog();
        }
예제 #2
0
        private void playersToolStripMenuItem_Click(object sender, EventArgs e)
        {
            macXF frm = new macXF();

            frm.PPRow = (DataSetGnl.PPRow)gridView1.GetFocusedDataRow();
            frm.Text  = $"{gridView1.GetFocusedRowCellValue(colAd)} Matches [macXF]";
            frm.ShowDialog();
        }