Esempio n. 1
0
 public AbsoluteLayout()
 {
     Hosting.CompatibilityCheck.CheckForCompatibility();
     _children = new AbsoluteElementCollection(InternalChildren, this);
     _platformConfigurationRegistry = new Lazy <PlatformConfigurationRegistry <AbsoluteLayout> >(() =>
                                                                                                 new PlatformConfigurationRegistry <AbsoluteLayout>(this));
 }
Esempio n. 2
0
 public AbsoluteLayout()
 {
     _children = new AbsoluteElementCollection(InternalChildren, this);
     _platformConfigurationRegistry = new Lazy <PlatformConfigurationRegistry <AbsoluteLayout> >(() =>
                                                                                                 new PlatformConfigurationRegistry <AbsoluteLayout>(this));
 }
Esempio n. 3
0
 public AbsoluteLayout()
 {
     _children = new AbsoluteElementCollection(InternalChildren, this);
 }