摘要:
1.首先我們想讓列表頁顯示兩個表的共同數據這裡有兩張表 public class mytype { public int mytypeID { get; set; } public string mytypeName { get; set; } } public class Author { pub... 阅读全文
摘要:
1.最簡單的例子首先你先新建->項目->類庫。然後右鍵項目.添加一個用戶控件。設置其用戶控件繼承button。egg:namespace ClassLibrary1{ public partial class UserControl1 : Button { public UserControl1()... 阅读全文