App.xaml
CSharp N1 Jamoasi
public partial class App : Application
{
}App.xaml tuzilishi
<Application x:Class="WpfTutorialSamples.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
{ Ushbu maydonda elementlar uchun xususyatlar yozladi.}
</Application.Resources>
</Application>Last updated
Was this helpful?