1
0
mirror of https://github.com/rudollee/TheLoopCodingTest.git synced 2025-06-06 15:36:30 +00:00

winform 제목 변경

This commit is contained in:
wook 2018-05-03 04:12:57 +09:00
parent 1e51c77bd4
commit ef5ab3350c

View File

@ -100,7 +100,7 @@
this.Controls.Add(this.txtWord);
this.Controls.Add(this.buttonPorcess);
this.Name = "Form1";
this.Text = "Unicode and Permutation";
this.Text = "Unicode and Anigrams";
this.ResumeLayout(false);
this.PerformLayout();