Exemplo n.º 1
0
		public void Vol1_Dur0 ()
		{
			IntResourceManager irm = new IntResourceManager (1);
			irm.UseSingle = true;
			using (TransactionScope scope = new TransactionScope ()) {
				irm.Value = 2;

				scope.Complete ();
			}
			irm.CheckSPC ("irm");
		}
Exemplo n.º 2
0
        public void Vol1_Dur0()
        {
            IntResourceManager irm = new IntResourceManager(1);

            irm.UseSingle = true;
            using (TransactionScope scope = new TransactionScope()) {
                irm.Value = 2;

                scope.Complete();
            }
            irm.CheckSPC("irm");
        }