|
|
@ -20,10 +20,12 @@ namespace DyeingComputer.Windows |
|
|
|
/// </summary>
|
|
|
|
public partial class ViewStep : Window |
|
|
|
{ |
|
|
|
public string data { get; set; } |
|
|
|
public ViewStep() |
|
|
|
{ |
|
|
|
InitializeComponent(); |
|
|
|
Form1_Load(); |
|
|
|
FocusManager.SetFocusedElement(boxNAME, boxNAME); |
|
|
|
} |
|
|
|
|
|
|
|
private void Tb_KeyPress(object sender, TextCompositionEventArgs e)//输入事件
|
|
|
|