コード例 #1
0
ファイル: carousel.cs プロジェクト: nodoid/xamforms-layouts
 public App()
 {
     // The root page of your application
     MainPage = new CarouselView();
 }
コード例 #2
0
 public App()
 {
     // The root page of your application
     MainPage = new CarouselView();
 }