示例#1
0
 public MainWindow()
 {
     InitializeComponent();
     this.textBlock.Text = $"pid:{NativeFunctions.GetCurrentProcessId()}";
 }