private void btnKMClrEEP_Click(object sender, EventArgs e) { string result = null; Protocol645 p645 = new Protocol645(); p645.KMClrEEP(out result); }