Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d25d407

Browse files
reporting
1 parent 1d70234 commit d25d407

22 files changed

+81
-2092
lines changed

‎.vs/BusReservationSystem/v16/.suo‎

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
3.95 MB
Binary file not shown.

‎BusReservationSystem/BTRS-DataSet.Designer.cs‎

Lines changed: 0 additions & 1835 deletions
This file was deleted.

‎BusReservationSystem/BTRS-DataSet.xsc‎

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎BusReservationSystem/BTRS-DataSet.xsd‎

Lines changed: 0 additions & 165 deletions
This file was deleted.

‎BusReservationSystem/BTRS-DataSet.xss‎

Lines changed: 0 additions & 12 deletions
This file was deleted.

‎BusReservationSystem/BusReservationSystem.csproj‎

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@
8181
<Compile Include="AssignRouteForm.Designer.cs">
8282
<DependentUpon>AssignRouteForm.cs</DependentUpon>
8383
</Compile>
84-
<Compile Include="BTRS-DataSet.Designer.cs">
85-
<AutoGen>True</AutoGen>
86-
<DesignTime>True</DesignTime>
87-
<DependentUpon>BTRS-DataSet.xsd</DependentUpon>
88-
</Compile>
8984
<Compile Include="BTRS_DbDataSet.Designer.cs">
9085
<AutoGen>True</AutoGen>
9186
<DesignTime>True</DesignTime>
@@ -176,17 +171,6 @@
176171
<DependentUpon>UserLog.cs</DependentUpon>
177172
</EmbeddedResource>
178173
<None Include="App.config" />
179-
<None Include="BTRS-DataSet.xsc">
180-
<DependentUpon>BTRS-DataSet.xsd</DependentUpon>
181-
</None>
182-
<None Include="BTRS-DataSet.xsd">
183-
<SubType>Designer</SubType>
184-
<Generator>MSDataSetGenerator</Generator>
185-
<LastGenOutput>BTRS-DataSet.Designer.cs</LastGenOutput>
186-
</None>
187-
<None Include="BTRS-DataSet.xss">
188-
<DependentUpon>BTRS-DataSet.xsd</DependentUpon>
189-
</None>
190174
<None Include="BTRS_DbDataSet.xsc">
191175
<DependentUpon>BTRS_DbDataSet.xsd</DependentUpon>
192176
</None>

‎BusReservationSystem/Dashboard.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ private void btnBookTicket_Click(object sender, EventArgs e)
123123

124124
private void btnPrintTicket_Click(object sender, EventArgs e)
125125
{
126-
PrintTicketForm ptf = new PrintTicketForm();
126+
PrintTicketForm ptf = new PrintTicketForm(dataGridView1.CurrentRow.Cells["no"].Value.ToString());
127127
ptf.ShowDialog(this);
128128
}
129129

‎BusReservationSystem/PrintTicketForm.Designer.cs‎

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /