コード例 #1
0
ファイル: RoutingEffect.cs プロジェクト: hevey/maui
 protected RoutingEffect(string effectId)
 {
     Inner = Resolve(effectId);
 }