มีวิธีแก้ใขอย่างไรครับ? อันนี้ผมทำ Test ขึ้นมา ดังนั้น From2 จึงมีแค่นี้ครับ
Code (C#)
namespace tesr //พิมพ์ผิดครับ ความจริงคือ test แต่ไม่น่าจะมีส่วนเกี่ยวข้องเพราะเป็นชื่อ Project
{
public partial class Form2 : Form
{
public Form2(string Text)
{
InitializeComponent();
}
}
}
'tesr.Form2' does not contain a definition for 'Showdialog' and no extension method 'Showdialog' accepting a first argument of type 'tesr.Form2' could be found (are you missing a using directive or an assembly reference?)