Esempio n. 1
0
        private void bPlayScreenCapture_Click(object sender, EventArgs e)
        {
            PlayPictures p = new PlayPictures();

            p.ShowScreenCaptures(tbScreenSavePath.Text);
            p.ShowDialog();
        }
Esempio n. 2
0
 private void bPlayScreenCapture_Click(object sender, EventArgs e)
 {
     PlayPictures p = new PlayPictures();
     p.ShowScreenCaptures(tbScreenSavePath.Text);
     p.ShowDialog();
 }