コード例 #1
0
ファイル: PageControl.cs プロジェクト: leagiboy/CommonLibrary
 public virtual void RefreshLayout()
 {
     FrmLayout.SetLayout(this.LayoutList, this.GetType());
 }
コード例 #2
0
ファイル: FrmBaseEdit.cs プロジェクト: leagiboy/CommonLibrary
 private void FrmBase_Load(object sender, EventArgs e)
 {
     FrmLayout.SetLayout(this.LayoutList, this.GetType());
 }