在C#Windows应用程序中如何将一个应用程序消耗到另一个应用程序
问题描述:
1)我有两个应用程序A和B.当我在任何时候调试应用程序B时,我都在默默使用A应用程序.如何做到这一点.
2)在Asp.net中,Web应用程序包含三个页面(Default1,Default2和Default3).我在Degault1.aspx中使用了一个控件.
1)I have two applications A and B. when i debug the application B in any point i have silently consume A application. How to do that one.
2)In Asp.net web application consists of three pages(Default1,Default2 And Default3).I have consumed one control in Degault1.aspx. How to consume same control i remaining pages also.
答
Ramesh Reddy11111写道:
Ramesh Reddy11111 wrote:
我默默地使用了一个应用程序
i have silently consume A application
什么意思?
What do you mean?
Ramesh Reddy11111写道:
Ramesh Reddy11111 wrote:
如何使用相同的控件
弄清楚你的意思.
如果要使用,则只需将控件添加到其他页面.
Clarify your meaning.
If you mean using, then just add the control to the other pages.