9 lines
183 B
C#
9 lines
183 B
C#
using System.Collections.Generic;
|
|
|
|
namespace Progrart.Pages
|
|
{
|
|
public class ExecuteArguments
|
|
{
|
|
public Dictionary<string, string> data = new Dictionary<string, string>();
|
|
}
|
|
} |