Implemented an image viewer.
This commit is contained in:
9
Progrart/Pages/ExecuteArguments.cs
Normal file
9
Progrart/Pages/ExecuteArguments.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Progrart.Pages
|
||||
{
|
||||
public class ExecuteArguments
|
||||
{
|
||||
public Dictionary<string, string> data = new Dictionary<string, string>();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user