зеркало из https://github.com/DeGsoft/maui-linux.git
Merge branch 'master' of github.com:xamarin/Xamarin.Forms
This commit is contained in:
Коммит
748153c4e1
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче