問題我是新來的代碼和大多數事情的工作,但我不能讓這段代碼運行。有人可以幫忙嗎?我試過using System.Forms但它顯示缺少一個名稱空間。當我用using System.Windows.Forms那個消息就消失了。它不允許我使用兩者。 using System;
using System.Collections.Generic;
using System.Linq;
using Sy
選擇選項,我遇到一個問題,而選擇在我的MessageBox 是的按鈕是或沒有。 Object reference not set to an instance of an object.
從行: AddEntryWindow addWindow = new AddEntryWindow
(this, storedAuth.UserName, storedAuth.Password);