예제 #1
0
        static void Main(string[] args)
        {
            // add test data to the data file
            InitializeDataFileXML_DS.AddTestData();

            // instantiate the controller
            Controller appContoller = new Controller();
        }
예제 #2
0
 static void Main(string[] args)
 {
     // instantiate the controller
     Controller appContoller = new Controller();
 }