private void DueDate_Click(object sender, EventArgs e) { DateEdit dateEdit = new DateEdit(this.Location.X + this.Width, this.Location.Y + DueDate.Location.Y, _cardId); dateEdit.Show(); }
private void ChangeDeadline_Click(object sender, EventArgs e) { DateEdit editDate = new DateEdit(this.Location.X + this.Width, this.Location.Y, _cardId); editDate.Show(); }