Пример #1
0
        private void buttonEdit_Click(object sender, EventArgs e)
        {
            EventCreator c = new EventCreator(this, selectedTemplate);

            c.ShowDialog();
        }
Пример #2
0
        private void buttonAdd_Click(object sender, EventArgs e)
        {
            EventCreator c = new EventCreator(this);

            c.ShowDialog();
        }