コード例 #1
0
ファイル: PanoramioLayer.cs プロジェクト: Kingefosa/Serenity
 public void SetOptions(PanoramioLayerOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void SetOptions(PanoramioLayerOptions options)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: PanoramioLayer.cs プロジェクト: Kingefosa/Serenity
 /// <summary>
 /// A layer that displays data from Panoramio.
 /// </summary>
 public PanoramioLayer(PanoramioLayerOptions opts)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 /// <summary>
 /// A layer that displays data from Panoramio.
 /// </summary>
 public PanoramioLayer(PanoramioLayerOptions opts)
 {
     throw new NotImplementedException();
 }