/// <summary> /// Load the subtitle export form /// </summary> private void mnuExportSRT_Click(object sender, EventArgs e) { frmSubtitles frm = new frmSubtitles(ref FrameData); frm.ShowDialog(); frm.Dispose(); }