Обработчик пункта меню Copy, форма frmmain:
private
{
blank frm = (blank)this.ActiveMdiChild;
frm.Copy();
}
В коде вызывается метод Copy формы blank.