コード例 #1
0
ファイル: DeviceContexts.cs プロジェクト: udit3333/winforms
 internal static void RemoveDeviceContext(DeviceContext dc)
 {
     if (activeDeviceContexts == null)
     {
         return;
     }
     activeDeviceContexts.RemoveByHashCode(dc);
 }
コード例 #2
0
 internal static void RemoveDeviceContext(DeviceContext dc)
 {
     t_activeDeviceContexts?.RemoveByHashCode(dc);
 }