示例#1
0
 private void HandleBuildContentClick(object sender, RoutedEventArgs e)
 {
     BuildContentClicked?.Invoke(this, null);
 }
示例#2
0
 private void HandleBuildContentClick(object sender, EventArgs e)
 {
     TextBox.Clear();
     BuildContentClicked?.Invoke(this, null);
 }