אז ככה,
אני רוצה לטעון UserControl מסויים,
אז עשיתי ככה:
קוד:
UserControl1 object1 = new UserControl1();
object1.Load();
וזאת השגיאה שאני מקבל:
קוד:
The event 'System.Windows.Forms.UserControl.Load' can only appear on the left hand side of += or -=
תודה!