示例#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;
 }