示例#1
0
 private void TestDrawEvent(DrawEvent evt)
 {
     if (DrawModel.TryGetEventAction(evt, out _))
     {
         PostEvent(evt);
     }
 }