Hoşgeldin Misafir

(UWP)Events cannot be set in the Application class XAML file hatası

hexma

26 Ara 2017
1,213 Mesaj

Aktiflik

Seviye

Deneyim

TIM / GÖREV:
Şöyle iki kod yazdım.

MainPage.xaml:
Kod:panoya kopyala

Kod:
<Page
    x:Class="FinanceManager.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:local="using:FinanceManager"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d">

    <Grid Background="White" Padding="20">
        <StackPanel>...

Read more