не пропускаем ошибку молча (Social_iOS)

This commit is contained in:
magicgoose 2014-02-19 23:16:54 +04:00
parent 1d0bcce5c6
commit 48cf90fab4
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ namespace Social
if (FBDialogs.CanPresentShareDialog (shareParams))
PresentFacebookShareDialog (shareParams);
else
;
throw new Exception("Can't present share dialog");
}
private void PresentFacebookShareDialog(FBShareDialogParams shareParams)

View File

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Social", "IOs\Social.csproj", "{CC0EE67C-0932-4C64-A5D7-6714994CA602}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Social_iOS", "IOs\Social_iOS.csproj", "{CC0EE67C-0932-4C64-A5D7-6714994CA602}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -27,6 +27,6 @@ Global
{CC0EE67C-0932-4C64-A5D7-6714994CA602}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = IOs\Social.csproj
StartupItem = IOs\Social_iOS.csproj
EndGlobalSection
EndGlobal