“Seek knowledge from the cradle to the grave”
using (TransactionScope scope = new TransactionScope()) { int a=5,b=10,sum=0; sum=a+b; scope.Complete(); XtraMessageBox.Show("Record Add"); }
No comments:
Post a Comment