0
Hi,
I really doubt you can get Class1 to run properly! Why you want to do this way?
Cheers.
0
Hi
The following code is useless. Also, i would remove the whole Class1.
public Class1()
{
Upp1.Procentcalc();
}
If anyway wann't to do so, instantiate your Procentcalc with the keyword "new", like this:
new Upp1.Procentcalc();
Simon