Exemplo n.º 1
0
        void IShares.SharesIcon(string url, string title, object icon)
        {
            var sharesWidget = new SharesWidget(activity);

            sharesWidget.Open(url, title, icon);
        }
Exemplo n.º 2
0
        void IShares.Shares(string url, string title)
        {
            var sharesWidget = new SharesWidget(activity);

            sharesWidget.Open(url, title);
        }