Files
serein-flow/Net462DllTest/Enums/FromValue.cs

13 lines
241 B
C#
Raw Normal View History

using Serein.Library;
2024-09-28 23:55:19 +08:00
namespace Net462DllTest.Signal
2024-09-28 23:55:19 +08:00
{
/*public enum FromValue
2024-09-28 23:55:19 +08:00
{
[BindValue(typeof(FromWorkBenchView))]
FromWorkBenchView,
[BindValue(typeof(TestFormView))]
TestFormView,
}*/
2024-09-28 23:55:19 +08:00
}