コード例 #1
0
 public void SetDemo(string demo)
 {
     Title   = demo;
     Content = new SkiaView(Demos.GetSample(demo));
 }