阅读背景:

我试图给我的图标文件一个路径,但它显示错误?

来源:互联网 
<Window x:Class="AFIC.View.WizardDialog"
    xmlns="https://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="https://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:view="clr-namespace:AFIC_Controller.View"
    xmlns:res="clr-namespace:AFIC_Controller.Resources"
    Title="{x:Static res:Strings.WizardWelcomeWindow_Title}"
    ShowInTaskbar="True"
    Width="800"
    Height="600"
    WindowStartupLocation="CenterScreen"
    WindowStyle="SingleBorderWindow"
    BorderBrush="#003B7B"
    BorderThickness="0"
    ResizeMode="NoResize"
    Icon="/AFIC_Controller;component/Resources/Images/att_icon.ico"
    >

<view:WizardView Loaded="WizardView_Loaded_1"/>


</Window>
<Window x:Class="AFIC.View.WizardDialog"
    xm



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: