yavsc/web/Admin/Export.cs

14 lines
176 B
C#
Raw Normal View History

2014-07-16 20:35:03 +02:00
using System;
using System.ComponentModel;
namespace Yavsc.Admin
{
public class Export: TaskOutput
{
public Export ()
{
}
public string FileName { get; set; }
}
}