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 9bdeeb1

Browse files
little fixing
1 parent 980b79b commit 9bdeeb1

17 files changed

+6
-17
lines changed

‎.vs/BusReservationSystem/v16/.suo‎

17 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-3.08 MB
Binary file not shown.

‎Bus Ticketing Desktop.png‎

55.7 KB
Loading[フレーム]

‎BusReservationSystem/AsignCounter.cs‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public AsignCounterForm(string busNo, AsignBusForm asignBus)
3535
private void AsignCounterForm_Load(object sender, EventArgs e)
3636
{
3737
txtBusNo.Text = _busNo;
38+
dtpDate.Value = DateTime.Today;
3839

3940
Account account = new Account();
4041
cmbCounter.DataSource = account.GetConters();

‎BusReservationSystem/Dashboard.Designer.cs‎

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

‎BusReservationSystem/Dashboard.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private void Dashboard_Load(object sender, EventArgs e)
7777
adminToolStripMenuItem.Enabled = true;
7878
btnFindBus.Enabled = true;
7979
}
80-
80+
dtpBusTime.Value=DateTime.Today;
8181
}
8282

8383
//Exit Application
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
(0)

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