Hello,
see I have written a code for passing Tchart from form1 to another form Form2
Form1 :
Form2 frm = new Form2(this.tChart1);
frm.ShowDialog();
Form2 :
public Form2(tChart1 MytChart)
{
InitializeComponent();
this.tChart1 = MytChart;
}
Im getting error can anyone correct this syntax?
Regards,
Basamma
Passing Tchart form one Form to another Form
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |