Beispiel #1
0
        private static AU4 TestContaunerAU4()
        {
            VC4 containerVC4 = TestContainerVC4();

            AU4 containerAU4 = new AU4();

            containerAU4.createAU4(containerVC4);

            Console.WriteLine(containerAU4.GetAU4());

            Console.ReadKey();

            return(containerAU4);
        }
Beispiel #2
0
 public void CreateSTM1(MSOH msoh, AU4 au4)
 {
     stm1 = "MSOH:[" + msoh.GetMSOH() + "], RSOH:[" + RSOH.Rsoh + "], AU-4:[" + au4.GetAU4() + "]";
 }