Follow along with the video below to see how to install our site as a web app on your home screen.
Not: This feature may not be available in some browsers.
Form2 frm2 = new Form2();
frm2.Owner = this;
frm2.Show();
Form1 frm1 = (Form1)this.Owner;
frm1.BackColor = Color.Green; //ben burada arkaplan rengi değiştirdim sen istediğini yaparsın...