private async void RegistAsync(object sender, RoutedEventArgs e) { if (IDis == false) { MessageBox.Show("중복확인을 해주세요."); return; } if (PWis == false) { MessageBox.Show("비밀번호가 서로 다릅니다."); return; } await Apis.Join(ID.Text, PW.Password); Close(); }