private void btnsetting_Click(object sender, EventArgs e) { ChayGiaLap f1 = (ChayGiaLap)Application.OpenForms["ChayGiaLap"]; f1.Setting(m_idphone); }
private void btnclose_Click(object sender, EventArgs e) { ChayGiaLap f1 = (ChayGiaLap)Application.OpenForms["ChayGiaLap"]; f1.Closeemulator(m_idprosess, m_name); }