static void Main(string[] args) { // add test data to the data file InitializeDataFileXML_DS.AddTestData(); // instantiate the controller Controller appContoller = new Controller(); }
static void Main(string[] args) { // instantiate the controller Controller appContoller = new Controller(); }