Exemplo n.º 1
0
 public void GetTempData()
 {
     this.id                      = TempData.id;
     this.Integration             = TempData.Integration;
     this.WaveInfo                = TempData.WaveInfo;
     this.SampleMode              = TempData.SampleMode;
     this.Code                    = TempData.Code;
     this.T_AbstractSlotInfo_Code = TempData.T_AbstractSlotInfo_Code;
     TempData                     = null;
 }
Exemplo n.º 2
0
 public void SaveTempData()
 {
     TempData                         = new T1_IEPESlot();
     TempData.id                      = this.id;
     TempData.Integration             = this.Integration;
     TempData.WaveInfo                = this.WaveInfo;
     TempData.SampleMode              = this.SampleMode;
     TempData.Code                    = this.Code;
     TempData.T_AbstractSlotInfo_Code = this.T_AbstractSlotInfo_Code;
 }