private void buttonEdit_Click(object sender, EventArgs e) { EventCreator c = new EventCreator(this, selectedTemplate); c.ShowDialog(); }
private void buttonAdd_Click(object sender, EventArgs e) { EventCreator c = new EventCreator(this); c.ShowDialog(); }