파일 로드 및 경로 가져오기

1039 단어
              xml   。          ,              ,          ,      ,     ,    
 [STAThread]
        static void Main(string[] args)
        {
            MessageBox.Show(args[0]);
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new Form1());
        }

좋은 웹페이지 즐겨찾기