コード例 #1
0
 public Plan()
 {
     MaterialGroup             = "";
     m_variables               = null;
     Information.ScrapsSquare  = 0;
     Information.TotalSquare   = 0;
     Information.RemainsSquare = 0;
     Information.DetailsSquare = 0;
     Information.ScrapPercent  = 0;
     Information.RemainsCount  = 0;
     Information.DetailsCount  = 0;
     NurVonVorneAbarbeiten     = false;
     Optimized         = false;
     TotalAmount       = 0;
     ProdOriginalTotal = 0;
     StackAmount       = 1;
 }
コード例 #2
0
 public PlateBase()
 {
     InVerwendung = false;
     IsKeepSafe   = false;
     Variables    = new VariablesList();
 }