pastebin v0.1.7
nasty batch file hah
Jun 26 2010 5:34 AM
hits: 23
shit
May 19 2010 6:58 PM
hits: 48
shit
May 19 2010 6:48 PM
hits: 32
shit
May 19 2010 6:42 PM
hits: 31
Anonymous
May 9 2010 12:29 PM
hits: 41
Anonymous
Apr 28 2010 11:06 PM
hits: 37
RedHate
Apr 28 2010 10:10 PM
hits: 34
RedHate
Apr 28 2010 10:08 PM
hits: 42
JustHost support
Apr 13 2010 8:28 PM
hits: 80
rsc chatlog 2
Apr 8 2010 7:26 AM
hits: 48
rsc chatlog
Apr 8 2010 7:07 AM
hits: 64
Zones
Feb 28 2010 11:44 AM
hits: 68

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