예제 #1
0
파일: bash.cs 프로젝트: Krypton-Project/Fox
 public static void recreate()
 {
     shell _shell = new shell();
     _shell.Show();
 }
예제 #2
0
        public static void recreate()
        {
            shell _shell = new shell();

            _shell.Show();
        }