public static void ShowDialog(string filePath) { var form = new frmCheckSum(filePath); form.ShowDialog(); }