Skip to content

nguyenlamlll/PC-Shut-down-Timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PC Shut Down Timer


This is an example of using a timer to Shut Down or Reboot your computer.

Navigate Through Files


  • Form1.cs: The testing user interface. It mainly calls the functions from ShutDownManager.cs

  • ShutDownManager.cs: The "business" core of this example.

  • TickEvents.cs: Defines methods of shutting down/ rebooting. For example:

    System.Diagnostics.Process.Start("shutdown", "/s /t 0");


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages