예제 #1
0
        private void btnQuests_Click(object sender, EventArgs e)
        {
            QuestDialog dlg = new QuestDialog();

            dlg.ShowDialog();
        }
예제 #2
0
 private void btnQuests_Click(object sender, EventArgs e)
 {
     QuestDialog dlg = new QuestDialog();
     dlg.ShowDialog();
 }