private void menuTable_Click(object sender, EventArgs e) { TableInfoList til = TableInfoList.Create(); til.Show(); til.Focus(); }
private void menuTable_Click(object sender, EventArgs e) { TableInfoList tiList = FormFactory.GreateTIL(); tiList.Show(); tiList.Focus(); }