ArrayApp.MainWindow.MainWindow C# (CSharp) Method

MainWindow() public method

public MainWindow ( ) : System
return System
        public MainWindow()
        {
            InitializeComponent();
            names = new List<string>();
        }
        /* Class for our Items in our list this is not referring the list above but...