static int Main (string [] args) { myTest test = new myTest (); if (test.Read () != 1) return 1; return 0; }