Exemplo n.º 1
0
 internal DummyMultiFileInputFormat(TestMultiFileInputFormat _enclosing)
 {
     this._enclosing = _enclosing;
 }
Exemplo n.º 2
0
        /// <exception cref="System.Exception"/>
        public static void Main(string[] args)
        {
            TestMultiFileInputFormat test = new TestMultiFileInputFormat();

            test.TestFormat();
        }