你用VisualStudio.NET來(lái)開(kāi)發(fā)一個(gè)命名為dvocate資源的Windows-based應(yīng)用軟件。助手(ARA):ARA包含一命名為客戶的類(lèi)。這個(gè)客戶類(lèi)用以下的代碼片段來(lái)定義:
這個(gè)客戶類(lèi)通過(guò)使用以下的代碼片段在ARA(助手)中被調(diào)用:
當(dāng)你嘗試著建立你的工程,你收到下面的錯(cuò)誤消息:“Type‘Client’isnotdefined”.哪兩個(gè)可能的方法是解決這個(gè)問(wèn)題的正確方法?()
A.FullyqualifytheClientclasswiththeTestKing.BusLayernamespace.
B.FullyqualifytheClientclasswiththeARAnamespace.
C.AddausingstatementfortheTestKing.BusLayernamespaceintheClientFormclass.
D.InherittheTestKing.BusLayernamespaceintheClientFormclass.