Hi Baltasar,

Am Samstag, den 04.02.2017, 19:57 +0000 schrieb Baltasar García Perez-
Schofield:
> Hi Sascha,
> 
> The fact of having public properties with the same name in classes,
> say, A and B does not mean that instances of that clases
> automatically have that properties in communication. If you want to
> share their values, you will have to assign them explicitely. And
> certainly, they don't have to have the same name.
> 
> ===
> 
> var a = new A();
> 
> var b = new B();
> 
> a.Prop = b.Prop;
> 
> a.Prop3 = b.Prop4;
> 
> ===
> 
> The sentences above are the only way to share values between
> properties belonging to objects 'a' and 'b'.
> 
> -- Baltasar
Thank you very much for your help so far. :-)

Currently just the entryboxes are without values. Maybe anyone knows,
how to fix that?

Greetings
Sascha
-- 


    
        
            

        
    
    Sascha Manns
       
      

      [email protected]

      GPG:
      0x168428cdb1f20ab1

      jabber:
      [email protected]
    

              
        
 Maifeldstraße 10

         56727 Mayen

        mobile: +49-1573-9242730

         home: +49-2651-4014045
        

        https://saigkill.tuxfamily.org
      

    
    
      
    
    
      
    
    
      
    
    
      
    
    
    
    
      
    
    
      
    
    
    
      
    
    
      
    
    
    
      
    
    
      
    
    
    
      
    
    
      
    
    
    

    
  

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Gtk-sharp-list maillist  -  [email protected]
http://lists.dot.net/mailman/listinfo/gtk-sharp-list

Reply via email to