initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
|
||||
namespace SHARP
|
||||
{
|
||||
internal struct AutoFilesFormat
|
||||
{
|
||||
internal string Key;
|
||||
internal string Value;
|
||||
|
||||
internal AutoFilesFormat(string key, string value)
|
||||
{
|
||||
this.Key = key;
|
||||
this.Value = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user