iam new to wpf .i am having a two forms(windows)
i have button and listview in first form if i clicked the button "add" in first form the second form is opened.
the second form contain two textboxes and two comboboxes and two buttons(save and cancel) .I enter the values in the second form and if i clicked the button "save" in second form the entered values in the second form is to be save in the first form listview
how do i do this give some sample code?