19.03.2009, 10:57
it means you've already told the system what to do when the function is called.... you have two public NameTimer()
like
public NameTimer()
{
blahblahblah
}
public NameTimer()
{
blahblahblahblahblah
}
remove one of them and its fixed
like
public NameTimer()
{
blahblahblah
}
public NameTimer()
{
blahblahblahblahblah
}
remove one of them and its fixed