Microsoft
Software
Hardware
Network
Question : C# sharing variables or data between different classes
Hi,
Stumped on this and after days of research in books/online.
Can someone provide example where data/ int is passed and can be used in another class?
Ex. Class1 - would generate data/int
Class2 - would use data/int generated from Class1.
What I'm trying is global variable which is not possible in C#.
I've tried Instance Constructors by using Class2:class1 etc.
Also tried public int x and tried to assign that in Class1 and use the
generate int in Class2.
Found many examples in books/online but none seem to work for
passing data between classes.
Please help.
newbie.
Answer : C# sharing variables or data between different classes
If it is under warranty. The best thing will be to take it to the service center instead of trying to solve it by yourself.
Maybe its a small problem but your half knowledge can turn this into large.
Random Solutions
jquery ui modal.
PHP: use variable in function name?
VB Script to export list of all distribution groups and members
Choppy sound in VLC
How to capture data from website into c#
How to disable multitasking on iOS4 iPhone 3G ?
lstbox.selectedindex changed error when cbobox1.selectedvalue = lstbox1.selectedvalue
Multi Language spell check in Office 2007
Summing values based concatenated date and variable
How can i solve "The query results cannot be enumarated more than once"