Пример #1
0
        private void cardList_DoubleClick(object sender, EventArgs e)
        {
            //MessageBox.Show("0");
            f = new EditForm(cardList.CurrentRow.Cells[0].Value.ToString());

            //MessageBox.Show("01");
            f.Show();
        }
Пример #2
0
 public void EditFormConstructorTest()
 {
     string idS = string.Empty; // TODO: Initialize to an appropriate value
     EditForm target = new EditForm(idS);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }