OnLoad() public static method

public static OnLoad ( EventArgs args ) : void
args System.EventArgs
return void
Example #1
0
 private static void Main(string[] args)
 {
     try
     {
         Entry.OnLoad();
     }
     catch (Exception e)
     {
         Console.WriteLine("An error occurred: '{0}'", e);
     }
 }