ich hab ein kleines Problem. Ich lege ein Dictionary Object an.
Code:
Public obj_data As New Dictionary(Of String, String)
Sub Initialize()
obj_data("strTV_DoAction") = "init_connection"
useTVLayouts.DoAction(obj_data)
End Sub
Jetzt will ich in der Klasse "useTVLayouts" das Object nutzen, jedoch bietet
es mir die Methoden nicht mehr an. Nur noch die Standardteile (Equals, GetType...)