C# Constructors...
Posted: April 9th, 2006, 6:42 pm
Hi There...
Please, in C#, what I need to myself starts the constructor in my plugin?
for example...
I need start the constructor with a parameter..
public LCDSmartie(string cod)
and so... when you call the first function, I need to send one parameter, like this:
public string function1(string param1, string param2)
{
this(param1);
// code, bla, bla..
}
Can I do this? Can I myself start a Constructor?
Thanks!
Please, in C#, what I need to myself starts the constructor in my plugin?
for example...
I need start the constructor with a parameter..
public LCDSmartie(string cod)
and so... when you call the first function, I need to send one parameter, like this:
public string function1(string param1, string param2)
{
this(param1);
// code, bla, bla..
}
Can I do this? Can I myself start a Constructor?
Thanks!