Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

link form to a button in dashbord visual c#

private void Button1_Click(Object sender, EventArgs e ) 
{
   var myForm = new Form1();
   myForm.Show();
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #link #form #button #dashbord #visual
ADD COMMENT
Topic
Name
6+8 =