'Note, note, note, note, note, note, note, :
'
' Empty file. All content is in FindLCpeaks.vb. Should we rename that file and class -or
' pull the content to this file? (DTASuperCharge has dependencies)
'
'****************************************************************************
'* Copyright (C) 2004 Peter Mortensen and Matthias Mann *
'* This file is part of MSQuant. *
'* *
'* MSQuant is distributed under the terms of *
'* the GNU General Public License. See src/COPYING.TXT or *
'* <http://www.gnu.org/licenses/gpl.txt> for details. *
'* *
'* MSQuant is free software; you can redistribute it *
'* and/or modify it under the terms of the GNU *
'* General Public License as published by the Free *
'* Software Foundation; either version 2 of the *
'* License, or (at your option) any later version. *
'* *
'* MSQuant is distributed in the hope that it will be *
'* useful, but WITHOUT ANY WARRANTY; without even the *
'* implied warranty of MERCHANTABILITY or FITNESS FOR *
'* A PARTICULAR PURPOSE. See the GNU General Public *
'* License for more details. *
'* *
'* You should have received a copy of the GNU General *
'* Public License along with MSQuant; if not, write to *
'* the Free Software Foundation, Inc., 59 Temple *
'* Place, Suite 330, Boston, MA 02111-1307 USA *
'* *
'* Purpose: Holds Class PIL_Quantifier, see below for documentation. *
'* *
'****************************************************************************
'****************************************************************************
'* CEBI *
'* Software Development Group *
'* Peter Mortensen *
'* E-mail: NUKESPAMMERSdrmortensen@get2netZZZZZZ.dk *
'* WWW: http://www.cebi.sdu.dk/ *
'* *
'* Program for ........ *
'* *
'* FILENAME: thisscrp.vb *
'* TYPE: VISUAL_STUDIO_MACRO, VISUAL_BASIC, VSA, VISUAL_BASIC_UNITTESTVBA *
'* *
'* CREATED: PM 2003-06-10 Vrs 1.0. *
'* UPDATED: PM 1998-xx-xx *
'* *
'****************************************************************************
Option Strict On
Option Explicit On
'Imports System.xyz
'****************************************************************************
'd$ <summary>
'd$ Purpose: namespace general description
'd$ <see cref="T:VBXMLDoc.CVBXMLDoc" />.
'd$ <isUnitTest></isUnitTest>
'd$ <applicationname>test_rawDataFileHandling</applicationname>
'd$ <author>Peter Mortensen</author>
'd$ <seealso>http://www.cebi.sdu.dk/</seealso>
'd$ <codetype>PLATFORM independent / GUI</codetype>
'd$ </summary>
Namespace someNameSpace
'****************************************************************************
'd$ <summary>
'd$ Purpose: general description
'd$ <see cref="T:VBXMLDoc.CVBXMLDoc" />.
'd$ <applicationname>test_rawDataFileHandling</applicationname>
'd$ <author>Peter Mortensen</author>
'd$ <seealso>http://www.cebi.sdu.dk/</seealso>
'd$ <codetype>PLATFORM independent / GUI</codetype>
'd$ </summary>
Public NotInheritable Class PIL_Quantifier
'****************************************************************************
'* SUBROUTINE NAME: New *
'd$ <summary>Constructor</summary>
Public Sub New()
MyBase.New() 'Is this necessary? Yes!
'InitializeComponent() Is this necessary??
End Sub 'New()
'****************************************************************************
'* SUBROUTINE NAME: myXYZ *
'd$ <summary>
'd$ Purpose: general description
'd$ <see cref="T:VBXMLDoc.CVBXMLDoc" />.
'd$ </summary>
'd$ <param name="RemoveMode">
'd$ Parameter of type <see cref="T:System.Object" />
'd$ </param>
'd$ <param name="aCount">
'd$ Parameter of type <see cref="T:Extensibility.ex_ConnectMode" />.
'd$ </param>
'd$ <remarks>
'd$ <para>
'd$ </para>
'd$ <para>
'd$ </para>
'd$ <seealso cref="E:EnvDTE.BuildEvents.OnBuildDone" /> event. This
'd$ </remarks>
Public Sub myXYZ(ByVal aCount As Integer)
Dim temp7 As Integer = 7
End Sub
'****************************************************************************
'* SUBROUTINE NAME: shortFunc *
'd$ <summary> N/A </summary>
Public Sub shortFunc(ByVal aShort1 As Integer, ByVal aShort2 As Integer)
Dim temp8 As Integer = 8
End Sub
End Class 'xyz
End Namespace 'someNameSpace
Generated by script codePublish.pl at 2008-09-23T11:59:18.