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