Beispiel #1
0
        private void btnAddEmoji_Click(object sender, EventArgs e)
        {
            AddForm add = new AddForm();

            add.ShowDialog();
        }
Beispiel #2
0
        private void import_Click(object sender, EventArgs e)
        {
            AddForm add = new AddForm();

            add.ShowDialog();
        }