Postingan

Menampilkan postingan dari April, 2021

MVVM Pada Windows Presentation Foundation (WPF)

Gambar
Menerapkan SVVM Pada WPF Ubah kode pada MainWindow.xaml menjadi seperti berikut < Window x:Class = "LatihanMVVM.MainWindow"          xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation "          xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml "          Title = "MainWindow" Height = "356" Width = "528" >        < Window.Resources >          < Style TargetType = "TextBlock" >              < Setter Property = "FontSize" Value = "20" />              < Setter Property = "FontFamily" Value = "Myriad Pro" />              < Setter Property = "FontWeight" Value = "Se...