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

            test.TestFormat();
        }