Ejemplo n.º 1
0
        /// <exception cref="System.Exception"/>
        public static void Main(string[] argv)
        {
            TestTaskCommit td = new TestTaskCommit();

            td.TestCommitFail();
        }
Ejemplo n.º 2
0
 internal MyUmbilical(TestTaskCommit _enclosing)
 {
     this._enclosing = _enclosing;
 }