LINQ and XML POC
THE CODE IS GIVEN BELOW- using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Security; /* the class that contains the encrypted string*/ using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using System.Drawing; using System.Xml.Linq; namespace ConsoleApplication7 { class GUI :Form { private Label nameLabel1; private Label nameLabel2; private Button nameButton; private ComboBox nameComBox; private ComboBox nameComBox1; private List<string> nameList; private List<string> nameList...
Comments
Post a Comment