Пример #1
0
 public DetailsPOCViewModel()
 {
     alert = new AlertItem("No shipments added yet", "Warning");
 }
Пример #2
0
 public FlowchartViewModel()
 {
     alert = new AlertItem("No shipments to show", "Warning");
     ShipmentCount = 0;
 }