Esempio n. 1
0
        static void Main(string[] args)
        {
            U3_ei1050 a = new U3_ei1050();

            a.performActions();
        }
Esempio n. 2
0
 static void Main(string[] args)
 {
     U3_ei1050 a = new U3_ei1050();
     a.performActions();
 }