Exemple #1
0
 /// <exception cref="System.Exception"></exception>
 protected override void Store()
 {
     IndexFieldDiagnosticTestCase.Car car = new IndexFieldDiagnosticTestCase.Car("BMW"
                                                                                 );
     Store(car);
 }
		/// <exception cref="System.Exception"></exception>
		protected override void Store()
		{
			IndexFieldDiagnosticTestCase.Car car = new IndexFieldDiagnosticTestCase.Car("BMW"
				);
			Store(car);
		}