2020-05-29 14:33:20 +02:00
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
2020-04-29 16:02:01 +02:00
|
|
|
|
2020-05-29 14:33:20 +02:00
|
|
|
namespace zero.Core.Renderer.Options
|
2020-04-29 16:02:01 +02:00
|
|
|
{
|
2020-05-29 14:33:20 +02:00
|
|
|
public class AbstractFieldOptions
|
2020-04-29 16:02:01 +02:00
|
|
|
{
|
2020-05-20 15:16:02 +02:00
|
|
|
|
2020-04-29 16:02:01 +02:00
|
|
|
}
|
|
|
|
|
}
|