所有
我是python的初学者,但我有经验使用c# 所以,我试图在visual studio上使用ironpython WPF。 然后,当我尝试在xaml中使用Canvas进行调试时, 一点时间,屏幕开始调试,但在那之后, 屏幕返回编码screen.no调试。 为什么会这样? 如果您对此有所了解,请教我。
这是编码屏幕
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="WpfApplication1" Height="300" Width="300">
Content="Let's Begin"
HorizontalAlignment="Left"
VerticalAlignment="Top"
Margin="90,115,0,0"
Click="Button_Click" />
感谢
Tomfin