home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / Software / TemaCD / C#ed / Setup.exe / Credits.cs < prev    next >
Text File  |  2000-08-23  |  208b  |  12 lines

  1. using System;
  2.  
  3. public class Credits
  4. {
  5.     public static void Display() 
  6.     {
  7.         Console.WriteLine(""); 
  8.         Console.WriteLine("*** Created with Antechinus C# Editor! ***"); 
  9.         Console.WriteLine("");    
  10.     }
  11. }
  12.