Ejemplo n.º 1
0
 public DetailsPOCViewModel()
 {
     alert = new AlertItem("No shipments added yet", "Warning");
 }
Ejemplo n.º 2
0
 public FlowchartViewModel()
 {
     alert = new AlertItem("No shipments to show", "Warning");
     ShipmentCount = 0;
 }