개정판 9811c0f3
issue #0000 CustomSynchronizationContext 추가
Change-Id: I74a58b7a485bf152ccd95ba3e60e9404ef88e038
ID2.Manager/ID2.Manager/ID2.Manager.csproj | ||
---|---|---|
140 | 140 |
<Compile Include="Controls\Verification.Designer.cs"> |
141 | 141 |
<DependentUpon>Verification.cs</DependentUpon> |
142 | 142 |
</Compile> |
143 |
<Compile Include="CustomSynchronizationContext.cs" /> |
|
143 | 144 |
<Compile Include="Forms\AddUser.cs"> |
144 | 145 |
<SubType>Form</SubType> |
145 | 146 |
</Compile> |
ID2.Manager/ID2.Manager/Program.cs | ||
---|---|---|
32 | 32 |
|
33 | 33 |
Application.EnableVisualStyles(); |
34 | 34 |
Application.SetCompatibleTextRenderingDefault(false); |
35 |
|
|
36 |
CustomSynchronizationContext.Install(); |
|
35 | 37 |
|
36 | 38 |
#region 프로그램 업데이트 후 기존 설정값을 유지하도록 함 |
37 | 39 |
if (Properties.Settings.Default.UserInfo.Equals(string.Empty) || Properties.Settings.Default.ID2SQLiteInfo.Equals(string.Empty)) |
내보내기 Unified diff