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