Write a Forms application, using loops, that generates the following diamond pattern when the button is clicked. For your output, use a multi-line textbox with the TextAlign property set to Center. Make the program as efficient as possible! You can only print to the textbox one character at a time.
Hint: Every line contains an odd number of circles.