Wrapped more source triplets.

This commit is contained in:
soukoku
2014-05-20 07:25:57 -04:00
parent 9bf86464c8
commit 5d1b0aa06f
49 changed files with 465 additions and 390 deletions

View File

@@ -15,5 +15,9 @@ or better explained in code:
DGControl.Status.Get(...)
and that's the triplet at-a-glance. Only triplets used by the
application are explicitly defined this way.
and that's the triplet at-a-glance. Only triplets usable by the
application-side are explicitly defined this way.
Also some of the operations are marked as internal when there are
better wrapped managed version available. Goal is to
eventually keep the exposed triplets to a minimum.