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