G
Guest
Hi,
A control has
privtae void MethodA()
{
//etc
MethodB();
{
// NO CODE, THE PROGRAM WHICH WILL INHERIT THIS CONTROL WILL PROVIDE THE CODE.
}
I hope this make sense, I have tried using virtual and override without success the control always calls its own methodB
any help/thoughts will be appericated.
TIA
A control has
privtae void MethodA()
{
//etc
MethodB();
{
// NO CODE, THE PROGRAM WHICH WILL INHERIT THIS CONTROL WILL PROVIDE THE CODE.
}
I hope this make sense, I have tried using virtual and override without success the control always calls its own methodB
any help/thoughts will be appericated.
TIA