码迷,mamicode.com
首页 > 其他好文 > 详细

RTP InitializeComponent() 报错

时间:2016-06-13 19:12:32      阅读:129      评论:0      收藏:0      [点我收藏+]

标签:

注意xaml中x:Class 是不是相应改了,下面2处标红的部分是否一致。

namespace RTP.ToolKits
{
/// <summary>
/// Interaction logic for CableLossCalWin.xaml
/// </summary>
public partial class CableLossCalWin : Window
{
public CableLossCalWin()
{
InitializeComponent();
}
}
}

 

<Window x:Class="RTP.ToolKits.CableLossCalWin"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="CableLossCalWin" Height="300" Width="300">
<Grid>

</Grid>
</Window>

RTP InitializeComponent() 报错

标签:

原文地址:http://www.cnblogs.com/jamey/p/5581379.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!