개정판 3724d2a2
issue #1157 :
1. Message Result 확인하는 IF문 제거
2. Process.Kill() => Environment.Exit() 변경.
Change-Id: Id72caf3f3b80ced9206e9fea0d59c9bbbfb018ed
KCOM/MainWindow.xaml.cs | ||
---|---|---|
159 | 159 |
this.dzMainMenu.HubSet(); |
160 | 160 |
this.dzMainMenu.SetView(App.ViewInfo); |
161 | 161 |
} |
162 |
catch(Exception ex)
|
|
162 |
catch (Exception)
|
|
163 | 163 |
{ |
164 |
MessageBoxResult result = MessageBox.Show("웹 서비스에 연결을 할 수 없습니다.");
|
|
165 |
if (result == MessageBoxResult.OK) |
|
166 |
System.Diagnostics.Process.GetCurrentProcess().Kill();
|
|
164 |
MessageBox.Show("웹 서비스에 연결을 할 수 없습니다."); |
|
165 |
|
|
166 |
System.Environment.Exit(0);
|
|
167 | 167 |
} |
168 | 168 |
} |
169 | 169 |
|
내보내기 Unified diff