private static AU4 TestContaunerAU4() { VC4 containerVC4 = TestContainerVC4(); AU4 containerAU4 = new AU4(); containerAU4.createAU4(containerVC4); Console.WriteLine(containerAU4.GetAU4()); Console.ReadKey(); return(containerAU4); }
public void CreateSTM1(MSOH msoh, AU4 au4) { stm1 = "MSOH:[" + msoh.GetMSOH() + "], RSOH:[" + RSOH.Rsoh + "], AU-4:[" + au4.GetAU4() + "]"; }