Check out example codes for "link form to a button in dashbord visual c#". It will help you in understanding the concepts better.
Code Example 1
private void Button1_Click(Object sender, EventArgs e )
{
var myForm = new Form1();
myForm.Show();
}
Learn ReactJs, React Native from akashmittal.com