Life Log app
For the basic function, I complete all the task.
• Task 01
Consider the events provided in the example SOAP file. Add in several more events
(at least 20) into the file.
• Task 02
Create a Windows form GUI using Visual Studio. A key part of this must be a canvas area/map to display the events from your SOAP file.
• Task 03
Using LINQ to XML load the data from the SOAP file into an appropriate collection of objects. Use a C# Dictionary as the format for your collection. Develop an appropriate class(es) for the events.
• Task 04
Display the events (using suitable icons, text etc) on the canvas.
• Task 05
By clicking on the canvas, give the user the option to Add a new event, or Retrieve information.
提取码:1234