Пример #1
0
        void tlk_TestsPoolDone(object sender, EventArgs e)
        {
            TestLoader   tl = (TestLoader)sender;
            PoolDoneForm pd = new PoolDoneForm(_fe, tl.HumanID);

            pd.ShowDialog();
        }
Пример #2
0
 void tlk_TestsPoolDone(object sender, EventArgs e)
 {
     TestLoader tl = (TestLoader)sender;
     PoolDoneForm pd = new PoolDoneForm(_fe, tl.HumanID);
     pd.ShowDialog();
 }