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

            ptt.Show();
        }
Beispiel #2
0
        private void TDollDic_TDollProductTimeButton_Click(object sender, EventArgs e)
        {
            ProductTimeTable ptt = new ProductTimeTable(0);

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

            ptt.Show();
        }