예제 #1
0
파일: ToolBox.cs 프로젝트: Ptopman/ToolBox
        //Restart method
        private void Restart()
        {
            RestartShutdown rs = new RestartShutdown();

            rs.Restart();
        }
예제 #2
0
        //calles the restart method when pressed
        void IconRestart_click(object sender, EventArgs e)
        {
            RestartShutdown rs = new RestartShutdown();

            rs.Restart();
        }