Ejemplo n.º 1
0
        private void button4_Click(object sender, EventArgs e)
        {
            Form f = new Director_Actor_Manage("Actor");

            this.Hide();
            f.ShowDialog();
            this.Visible = true;
        }
Ejemplo n.º 2
0
 public Director_Actor_Search(Director_Actor_Manage f, string s)
 {
     obj    = s;
     this.f = f;
     InitializeComponent();
 }