private void MenuItem3_Click(object sender, EventArgs e) { TextPrint textPrint = new TextPrint(this.TextLog.Text) { Font = new System.Drawing.Font("Arial", 10f) }; textPrint.Print(); }