protected PlainHardware_Simulation CreatePlainerType(PlainHardware_Simulation cloned) { cloned.CH1 = CH1.CreatePlainerType(); cloned.CH2 = CH2.CreatePlainerType(); cloned.CH3 = CH3.CreatePlainerType(); cloned.CH4 = CH4.CreatePlainerType(); cloned.CH5 = CH5.CreatePlainerType(); cloned.CH6 = CH6.CreatePlainerType(); cloned.CH7 = CH7.CreatePlainerType(); cloned.CH8 = CH8.CreatePlainerType(); return(cloned); }
public PlainHardware_Simulation CreatePlainerType() { var cloned = new PlainHardware_Simulation(); cloned.CH1 = CH1.CreatePlainerType(); cloned.CH2 = CH2.CreatePlainerType(); cloned.CH3 = CH3.CreatePlainerType(); cloned.CH4 = CH4.CreatePlainerType(); cloned.CH5 = CH5.CreatePlainerType(); cloned.CH6 = CH6.CreatePlainerType(); cloned.CH7 = CH7.CreatePlainerType(); cloned.CH8 = CH8.CreatePlainerType(); return(cloned); }