예제 #1
0
파일: BoxRpt.cs 프로젝트: 0611163/Machine
 public BoxRpt()
 {
     HasError = false;
     BoxSetup = string.Empty;
     BoxStatus = string.Empty;
     RoadCollection = new RoadCollectionRpt();
     ErrorMsg = string.Empty;
 }
예제 #2
0
파일: BoxRpt.cs 프로젝트: github188/Machine
 public BoxRpt()
 {
     HasError       = false;
     BoxSetup       = string.Empty;
     BoxStatus      = string.Empty;
     RoadCollection = new RoadCollectionRpt();
     ErrorMsg       = string.Empty;
 }