initialize
This commit is contained in:
17
interface/asm/dotnet/ItacTools/KeyValue.cs
Normal file
17
interface/asm/dotnet/ItacTools/KeyValue.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
namespace com.itac.mes.tools
|
||||
{
|
||||
public class KeyValue
|
||||
{
|
||||
public string key
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string value
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user