嘗試更改我的表單加載順序時有點奇怪的問題。c#表單加載訂單問題
我相信改變加載順序,我只是需要去Program.cs文件並更改該行:
Application.Run(new AdminPage());
- 這是它目前設置得:
本 - Application.Run(new AdminLogin());
這是給我下面的錯誤:
The type or namespace name 'AdminLogin' could not be found (are you missing a using directive or an assembly reference?)
下面是截圖顯示我的幻燈佈局克拉。我不知道我在這裏做錯了什麼?
什麼是後臺管理的命名空間,什麼是AdminPage的命名空間。 – Andy 2013-04-07 20:22:45