1个回答
展开全部
app.xaml就是起始页等一堆参数的配置,相当于控制台程序的Main,是整个程序的入口;比如:
<Application x:Class="ViewControl.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>
这个里面的StartupUri就是设置起始页的
<Application x:Class="ViewControl.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>
这个里面的StartupUri就是设置起始页的
追问
怎么使用?
比如说
如何定义一个全局变量,可以在各个窗口调用?
APP.xaml.cs又如何使用?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询