Exemple #1
0
        static void Main(string[] args)
        {
            AllIO a = new AllIO();

            a.performActions();
        }
 static void Main(string[] args)
 {
     AllIO a = new AllIO();
     a.performActions();
 }