예제 #1
0
파일: RoutingEffect.cs 프로젝트: hevey/maui
 protected RoutingEffect(string effectId)
 {
     Inner = Resolve(effectId);
 }