Exemplo n.º 1
0
 public BuoyStationItemViewData stationAtIndex(Int64 index)
 {
     return(BuoyStationItemViewData(ExploreViewDataNativeInterface.explore_view_data_station_index(index)));
 }
Exemplo n.º 2
0
 protected override bool ReleaseHandle()
 {
     ExploreViewDataNativeInterface.explore_view_data_free(handle);
     return(true);
 }