Merge branch 'master' of github.com:xamarin/Xamarin.Forms

This commit is contained in:
E.Z. Hart 2016-04-07 12:06:55 -06:00
Родитель 76fd8ced7c ae4444baef
Коммит 748153c4e1
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -34,6 +34,11 @@ namespace Xamarin.Forms.Platform.WinPhone
var entryCell = (EntryCell)parameter;
entryCell.SendCompleted();
}
protected virtual void OnCanExecuteChanged()
{
CanExecuteChanged?.Invoke(this, EventArgs.Empty);
}
}
public class EntryCellPhoneTextBox : PhoneTextBox

Просмотреть файл

@ -32,7 +32,7 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>4014;0618;0219;0067</NoWarn>
<NoWarn>4014;0618;0219</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>