Example #1
0
 public DeliveryPointCell()
 {
     Size = new Size {
         Width = DeviceInfo.ScreenWidth, Height = 200
     };
     Info = null;
 }
Example #2
0
 public DeliveryOnPointMap()
 {
     CloseButton = (Button)Theme.ControlPalette.Button.Icon.Clone();
     Info        = null;
 }
Example #3
0
 public DeliveryOnPoint()
 {
     BaseDeliveryPointInfo = new DeliveryPointInfo();
     List = new DeliveryOnPointList();
     Map  = new DeliveryOnPointMap();
 }