Beispiel #1
0
 public virtual void RefreshLayout()
 {
     FrmLayout.SetLayout(this.LayoutList, this.GetType());
 }
Beispiel #2
0
 private void FrmBase_Load(object sender, EventArgs e)
 {
     FrmLayout.SetLayout(this.LayoutList, this.GetType());
 }