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