Inheritance: System.EventArgs
Beispiel #1
0
        static void databaseMaker_OnInvalidHeader(object sender, FastaEvent e)
        {
            Fasta fasta = e.Fasta;

            Console.WriteLine("\nInvalid Header!");
            Console.WriteLine(fasta.Description);
        }
Beispiel #2
0
 static void databaseMaker_OnInvalidHeader(object sender, FastaEvent e)
 {
     Fasta fasta = e.Fasta;
     Console.WriteLine("\nInvalid Header!");
     Console.WriteLine(fasta.Description);
 }