8 lines
155 B
C#
8 lines
155 B
C#
namespace DualScreenDemo
|
|
{
|
|
public class RequestData
|
|
{
|
|
public string buttonId { get; set; }
|
|
public string text { get; set; }
|
|
}
|
|
} |