pastebin v0.1.7
error
Feb 4 2012 5:34 PM
hits: 8
Anonymous
Jan 31 2012 4:15 AM
hits: 15
Anonymous
Jan 30 2012 1:29 PM
hits: 13
peliculas de sony
Jan 29 2012 8:35 AM
hits: 35
peliculas de sony
Jan 28 2012 9:52 AM
hits: 37
peliculas de sony
Jan 27 2012 6:39 AM
hits: 33
peliculas de sony
Jan 27 2012 6:38 AM
hits: 21
peliculas de sony
Jan 27 2012 6:38 AM
hits: 20
peliculas de sony
Jan 25 2012 2:16 PM
hits: 51
peliculas de sony
Jan 25 2012 2:15 PM
hits: 31
Anonymous
Jan 25 2012 2:15 PM
hits: 27
peliculas
Jan 25 2012 3:47 AM
hits: 45

Valid HTML 4.01 Strict

Valid CSS!


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
    Private Sub butSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles butSave.Click
 
        Dim previousPlay As New Data.Baseball.Play
 
        Play_InitializeGS(glob, newPlay, PlayType.ON_BASE)
        newPlay.PlayerID = obPlay.PlayerID
        newPlay.FinalBase = obPlay.FinalBase
        newPlay.PitcherPlayerID = obPlay.PitcherPlayerID
        newPlay.BattingOrderPosition = obPlay.BattingOrderPosition
        newPlay.OnBaseResult = obPlay.OnBaseResult
        newPlay.DefensiveSequence = obPlay.DefensiveSequence
        newPlay.Errors = obPlay.Errors
 
        Grab()
 
        If glob.runnerPreviousEventID IsNot Nothing Then
            previousPlay.Get(glob.conn, glob.runnerPreviousEventID)
            If OnBaseEventsIdentical(newPlay, previousPlay) Then
                Exit Sub
            End If
        End If
 
        newPlay.Create(glob.conn)
 
        Me.Close()
 
    End Sub
 

paste below
title
language
description/question
action