S
shapper
Hello,
I have 2 classes inside a Namespace: "Calendar" and "Event".
MyNamespace
| --------- Calendar
|-------------Event
VS is not accepting the "Event" as a name to the class.
Is there a way to make VS Studio accept this so I can use something
like:
Dim e As New MyNamespace.Calendar.Event
Thanks,
Miguel
I have 2 classes inside a Namespace: "Calendar" and "Event".
MyNamespace
| --------- Calendar
|-------------Event
VS is not accepting the "Event" as a name to the class.
Is there a way to make VS Studio accept this so I can use something
like:
Dim e As New MyNamespace.Calendar.Event
Thanks,
Miguel