public PushButton(PushButton copy) : this(copy.Name, copy.GuiSize, copy.Style, copy.Image, copy.Text) { Enabled = copy.Enabled; }