コード例 #1
0
ファイル: MainMenu.cs プロジェクト: ondister/Recog
        void tlk_TestsPoolDone(object sender, EventArgs e)
        {
            TestLoader   tl = (TestLoader)sender;
            PoolDoneForm pd = new PoolDoneForm(fGlobalEntities, tl.HumanID);

            pd.ShowDialog();
        }
コード例 #2
0
ファイル: MainMenu.cs プロジェクト: ondister/Recog
 void tlk_TestsPoolDone(object sender, EventArgs e)
 {
     TestLoader tl = (TestLoader)sender;
     PoolDoneForm pd = new PoolDoneForm(fGlobalEntities, tl.HumanID);
     pd.ShowDialog();
 }