public class New_Library { public string File_Name { get; private set; } public string File_Full_Path { get; private set; } public string checksum { get; private set; } public New_Library(string File_Name1, string File_Full_Path1, string checksum1) { File_Name = File_Name1; File_Full_Path = File_Full_Path1; checksum = checksum1; } } private void Form1_Load(object sender, EventArgs e) { List<New_L...
C#, ASP.NET, .NET, Intermediate,Database,Database,Free source code, tutorials