Create a Windows form with two textboxes and a button. Rename the form and button to "Move Text." When the button is depressed, copy the text from the first textbox into the second, then clear the contents of the first textbox. Pressing the button again should move the text back to the original box. This will require a variable that will keep track of which box contains the text.