Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inherited form assembly reference question
Message
From
09/01/2006 16:05:40
 
 
To
09/01/2006 13:11:53
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01084346
Message ID:
01084941
Views:
10
>Hmmm, OK ... that will work as long as you're not actually using FirstSolutionEditor in your MainWindowsProject, just calling the method that creates it. Just curious ... how are you actually using this then?
>
>~~Bonnie
>

These were the changes implemented:
MySolutions

   MainWindowsProject
      References: MyFirstSolutionProject
      - MainForm.cs
        - has a "using MyFirstSolutionProject;"
        - has a menu click method that has this code:
        // updated implementation:
        {
          MyFirstSolutionClass fs = new MyFirstSolutionClass();
          fs.OpenEditor();
        }

   MyFirstSolutionProject
      References: SolutionBaseFormsProject
      - FirstSolutionEditor : BaseEditor
      // New class added
      - MyFirstSolutionClass
        public void OpenEditor()
        {
          FirstSolutionEditor fse = new FirstSolutionEditor();
          fse.Show();
        }

   SolutionBaseFormsProject
      - BaseEditor.cs
ramil
~~ learning to stand still
Previous
Reply
Map
View

Click here to load this message in the networking platform