Generation

generate functionMon, 20 Mar 2023

给自定义控件自定义一个函数

public static void setText(TextBlock tb, string text) { tb.Text = text; }

Want to kickstart your project?Use the new AI Studio to create your code