Exemplo n.º 1
0
        static void Main(string[] args)
        {
            // add test data to the data file
            InitializeDataFileXML_DS.AddTestData();

            // instantiate the controller
            Controller appContoller = new Controller();
        }
Exemplo n.º 2
0
 static void Main(string[] args)
 {
     // instantiate the controller
     Controller appContoller = new Controller();
 }