static void Main(string[] args) { Program a = new Program(); a.Beowulf = new ArrayList(); a.countWords(); a.Foundnumbers(); a.ReadTextFiles(); }