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