Esempio n. 1
0
        void tlk_TestsPoolDone(object sender, EventArgs e)
        {
            TestLoader   tl = (TestLoader)sender;
            PoolDoneForm pd = new PoolDoneForm(_fe, tl.HumanID);

            pd.ShowDialog();
        }
Esempio n. 2
0
 void tlk_TestsPoolDone(object sender, EventArgs e)
 {
     TestLoader tl = (TestLoader)sender;
     PoolDoneForm pd = new PoolDoneForm(_fe, tl.HumanID);
     pd.ShowDialog();
 }