Ejemplo n.º 1
0
 public void Setlabel(string x)
 {
     if (x != "")
     {
         Startwork usc = (Startwork)this.Parent; usc.Setlabel("Hi");
     }
 }
Ejemplo n.º 2
0
        private void bunifuImageButton2_Click(object sender, EventArgs e)
        {
            string x = "hi";

            //Startwork s = (Startwork)this.Parent;

            st.Setlabel(x);



            this.Close();
        }