אשכול: [C#] UserControl
View Single Post
ישן 12-12-07, 23:04   # 1
ShLooK
חבר בקהילה
 
מיני פרופיל
תאריך הצטרפות: Dec 2005
גיל: 32
הודעות: 323

ShLooK לא מחובר  

[C#] UserControl

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