重写了Emit构造委托的执行

This commit is contained in:
fengjiayi
2024-10-10 20:52:19 +08:00
parent ef96b353ac
commit 2d0f354895
17 changed files with 233 additions and 177 deletions

View File

@@ -8,17 +8,20 @@ namespace Net462DllTest.Properties
{
/*
理想的项目架构:
每一种功能拆分为新的项目
FlowEnv - LoginControl
LoginControl
LoginControl
↙ ↘
(View-Interaction) (Node-Interaction)
↓ ↕
View ←→ ViewModel ←→ Trigger ← SingleEnum
Model
· DataChanged → Trigger
(View-Interaction) (Node-Interaction)
↓ ↕
View ←→ ViewModel ←→ Trigger ← SingleEnum
↓ ↖
Node →→→ Model → Event(OnDataChanged)
视图驱动触发器,触发器驱动数据。