コード例 #1
0
ファイル: Login.cs プロジェクト: ElvisGastelum/EcoGuest
 public void ShowForm()
 {
     FormUtils.CleanAllTextBox(this);
     Show();
 }