Run() public method

Start the screensaver in windowed mode if the file extension is not scr, unless a mode is specified in the command line. Otherwise, if the file extension is scr, start the screensaver in config mode.
public Run ( ) : void
return void
Ejemplo n.º 1
0
        static void Main()
        {
            Screensaver ss = new Screensaver();

            ss.Run();
        }
Ejemplo n.º 2
0
 static void Main()
 {
     Screensaver ss = new Screensaver();
     ss.Run();
 }