コード例 #1
0
ファイル: MainForm.cs プロジェクト: AlexHung123/Cater
        private void menuTable_Click(object sender, EventArgs e)
        {
            TableInfoList til = TableInfoList.Create();

            til.Show();
            til.Focus();
        }
コード例 #2
0
        private void menuTable_Click(object sender, EventArgs e)
        {
            TableInfoList tiList = FormFactory.GreateTIL();

            tiList.Show();
            tiList.Focus();
        }