8 lines
124 B
C#
8 lines
124 B
C#
namespace Foodsoft.Alpm
|
|
{
|
|
public struct Backup
|
|
{
|
|
private string _name;
|
|
private string _hash;
|
|
}
|
|
} |