Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ using (var app = new WindowsAppFriend(process))
grid.GetCellTexts(0, 0, 2, 4);

//get cell object.
//it can use for serializasble objects.
//it can use for serializable objects.
grid.GetCellObjects(0, 0, 2, 4);
grid.GetCellObject(1, 2);

Expand Down Expand Up @@ -87,3 +87,4 @@ https://www.nuget.org/packages/Friendly.FarPoint/
If you use PinInterface, you map control simple.
https://www.nuget.org/packages/VSHTC.Friendly.PinInterface/