예제 #1
0
 public Store()
 {
     hnd = StoreNativeInterface.store_new();
 }
예제 #2
0
 public void fetchBuoyStations()
 {
     StoreNativeInterface.fetch_buoy_stations(hnd);
 }
예제 #3
0
 protected override bool ReleaseHandle()
 {
     StoreNativeInterface.store_free(handle);
     return(true);
 }