C# Program Restart Or End

역시나 메모용…

	// 프로그램 재시작
        Application.Restart();
	// 프로그램 종료 
	Application.Exit();