Skip to content

Instantly share code, notes, and snippets.

@Veverke
Veverke / IDoWork.cs
Last active March 1, 2017 15:00
Xamarin Dependency Service - Can't get OnActivityResult to be fired.
namespace DependencyServiceDemo.Droid
{
public interface IDoWork
{
void DoSomething();
}
}