ios-samples/Protocols_Delegates_Events
NinaV e5ae35eac5 add new resources 2012-12-20 14:20:14 -05:00
..
Resources add new resources 2012-12-20 14:20:14 -05:00
Screenshots Added new sample screenshots 2012-03-07 16:35:49 -05:00
AppDelegate.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Info.plist add new resources 2012-12-20 14:20:14 -05:00
Main.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Metadata.xml Adjust some levels. 2011-10-31 15:36:50 +01:00
Protocols_Delegates_Events.csproj add new resources 2012-12-20 14:20:14 -05:00
Protocols_Delegates_Events.sln Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Protocols_Delegates_EventsViewController.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Protocols_Delegates_EventsViewController.designer.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
Protocols_Delegates_EventsViewController.xib Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00
README.md README.md for Protocols_Delegates_Events. 2011-11-05 19:58:31 +01:00
SampleMapAnnotation.cs Move stuff around so csproj files are in the same directory as sln files. 2011-11-17 17:07:00 +01:00

README.md

Protocols, Delegates, and Events

This sample demonstrates how to interact with Objective-C protocols from C#, as well as using the alternative C# events/delegates.