Merge branch 'master' into careminster

avinationmerge
Melanie 2013-05-01 22:20:44 +01:00
commit 8305546a02
24 changed files with 6358 additions and 6358 deletions

View File

@ -1,4 +1,4 @@

namespace Amib.Threading.Internal namespace Amib.Threading.Internal
{ {
/// <summary> /// <summary>

View File

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
#if _SILVERLIGHT #if _SILVERLIGHT
using System.Threading; using System.Threading;

View File

@ -1,4 +1,4 @@
#if !(_WINDOWS_CE) #if !(_WINDOWS_CE)
using System; using System;
using System.Threading; using System.Threading;

View File

@ -1,4 +1,4 @@

using System; using System;
using Amib.Threading.Internal; using Amib.Threading.Internal;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Text; using System.Text;
using System.Threading; using System.Threading;