Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inherited form assembly reference question
Message
De
09/01/2006 16:05:40
 
 
À
09/01/2006 13:11:53
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01084346
Message ID:
01084941
Vues:
9
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform