private void button3_Click(object sender, EventArgs e) { تعديل_بيانات_مريض update = new تعديل_بيانات_مريض(); update.Show(); }
private void button8_Click(object sender, EventArgs e) { تعديل_بيانات_مريض f = new تعديل_بيانات_مريض(); f.Show(); }
public محرك_البحث_عن_مررريض(تعديل_بيانات_مريض x) { InitializeComponent(); y = x; }