mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-03 00:00:49 +08:00
13 lines
241 B
C#
13 lines
241 B
C#
using Serein.Library;
|
|
|
|
namespace Net462DllTest.Signal
|
|
{
|
|
/*public enum FromValue
|
|
{
|
|
[BindValue(typeof(FromWorkBenchView))]
|
|
FromWorkBenchView,
|
|
[BindValue(typeof(TestFormView))]
|
|
TestFormView,
|
|
}*/
|
|
}
|