Ejemplo 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");
        }
Ejemplo 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");
        }