M
.:: MaStErDoN ::.
Hi,
I'm still trying to implement the IDownloadManager interface in VB.net but i
can't. I tried on C# with the following code and it works fine! (it's not
underlined):
Public class DownloadManager : IDownloadManager
{
}
But when i transfer it to VB.Net like:
Public class DownloadManager
Implements IDownloadManager
End class
"IDownloadManager" gets underlined and it says that its not defined. What's
happend?? why it is supported by C# and not by VB.NET
Thanks!
I'm still trying to implement the IDownloadManager interface in VB.net but i
can't. I tried on C# with the following code and it works fine! (it's not
underlined):
Public class DownloadManager : IDownloadManager
{
}
But when i transfer it to VB.Net like:
Public class DownloadManager
Implements IDownloadManager
End class
"IDownloadManager" gets underlined and it says that its not defined. What's
happend?? why it is supported by C# and not by VB.NET
Thanks!