|
|||||||
DataContext в XAML xamarin
Время создания: 02.08.2020 22:31
Текстовые метки: Context, xamarin, xaml
Раздел: Компьютер - C# - Xamarin
Запись: Kozlov-AE/Tetra/master/base/1596396707se1madvi42/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:d="http://xamarin.com/schemas/2014/forms/design" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:vm="clr-namespace:ViewModel.Pages;assembly=ViewModel" mc:Ignorable="d" x:Class="XamarinApp.View.GarageView" Title ="Гараж"> <ContentPage.BindingContext> <vm:GarageVM/> </ContentPage.BindingContext> </ContentPage> |
|||||||
Так же в этом разделе:
|
|||||||
|
|||||||
|