[Applications.Common] Use using to dispose ManualResetEvent handle
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 5 Jul 2022 06:10:41 +0000 (15:10 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Tue, 12 Jul 2022 02:41:27 +0000 (11:41 +0900)
commit2b7a2e82f6aad36ae5ac4495d0e1619b60366305
tree6f93f997dc70e1c9eef0e12efb34c366dca07561
parenta4f8d563832a7a020cef6bfe2e1eab6f9ecf92ae
[Applications.Common] Use using to dispose ManualResetEvent handle

To dispose ManualResetEvent handle after it is used, using is used.
src/Tizen.Applications.Common/Tizen.Applications/TizenSynchronizationContext.cs
src/Tizen.Applications.Common/Tizen.Applications/TizenUISynchronizationContext.cs