コード例 #1
0
        private void FairyDic_FairyProductTimeButton_Click(object sender, EventArgs e)
        {
            ProductTimeTable ptt = new ProductTimeTable(2);

            ptt.Show();
        }
コード例 #2
0
ファイル: TDollDic.cs プロジェクト: URK96/GFI-with-GFS-A
        private void TDollDic_TDollProductTimeButton_Click(object sender, EventArgs e)
        {
            ProductTimeTable ptt = new ProductTimeTable(0);

            ptt.Show();
        }
コード例 #3
0
        private void EquipDic_EquipProductTimeButton_Click(object sender, EventArgs e)
        {
            ProductTimeTable ptt = new ProductTimeTable(1);

            ptt.Show();
        }