Problem 1: Create a project in C# to implement the scenario provided in the following
diagram. The project have two list boxes which is filled by user provided data through
TextBox1. The user have choice to add element in ListBoxl or ListBox2 using the same
TextBox I and ADD button. The choices will be determine using two radio buttons. Further the
data have transfer from ListBox1 to ListBox2 vice versa using and buttons. The user may
remove elements from ListBoxl and ListBox2 with the buttons provided with each ListBox.
Comments
Leave a comment