개정판 7c020998
버전 변경
Change-Id: I0d0d891f9f73629f041729aa7d0b8ce7cb858601
KCOM/UpdateWindow.xaml.cs | ||
---|---|---|
37 | 37 |
string smartupdaterpath = string.Empty; |
38 | 38 |
smartupdaterpath = System.IO.Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "SmartUpdate.exe"); |
39 | 39 |
Process.Start(smartupdaterpath, updateurl); |
40 |
this.Close(); |
|
40 | 41 |
} |
41 | 42 |
|
42 | 43 |
private void btUpdate_Click(object sender, RoutedEventArgs e) |
... | ... | |
54 | 55 |
|
55 | 56 |
private void btCancel_Click(object sender, RoutedEventArgs e) |
56 | 57 |
{ |
57 |
this.DialogResult = false;
|
|
58 |
this.Close();
|
|
58 | 59 |
} |
59 | 60 |
} |
60 | 61 |
} |
내보내기 Unified diff