개정판 7c020998
버전 변경
Change-Id: I0d0d891f9f73629f041729aa7d0b8ce7cb858601
KCOM/Properties/AssemblyInfo.cs | ||
---|---|---|
51 | 51 |
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로 |
52 | 52 |
// 지정되도록 할 수 있습니다. |
53 | 53 |
// [assembly: AssemblyVersion("1.0.*")] |
54 |
[assembly: AssemblyVersion("2.1.0.000")] |
|
55 |
[assembly: AssemblyFileVersion("2.1.0.000")] |
|
54 |
[assembly: AssemblyVersion("2.1.0.100")] |
|
55 |
[assembly: AssemblyFileVersion("2.1.0.100")] |
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