Exemplo n.º 1
0
		public DebugPortSupplier ()
		{
			lock (typeof(DebugPortSupplier)) {
				if (s_portSupplier == null) {
					s_portSupplier = new DebugPortSupplierPrivate ();
				}
			}
		}
Exemplo n.º 2
0
 public DebugPortSupplier()
 {
     lock (typeof(DebugPortSupplier)) {
         if (s_portSupplier == null)
         {
             s_portSupplier = new DebugPortSupplierPrivate();
         }
     }
 }