【发布时间】:2018-08-07 07:21:55
【问题描述】:
我有一些带有TextBlock Control 的 .xaml 文件
<TextBlock Text="........." Name="myTxt" />
我需要来自 App.xaml.cs 的 Text 属性设置值“Something”
public partial class App : Application
{
public static string something { get; set; }
}
【问题讨论】: