Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source code #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
Binary file added WIP/Users/.vs/QuanLyNhaSach/v15/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added WIP/Users/.vs/QuanLyNhaSach/v16/.suo
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
43 changes: 43 additions & 0 deletions WIP/Users/QuanLyNhaSach.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.438
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuanLyNhaSachGUI", "QuanLyNhaSach\QuanLyNhaSachGUI.csproj", "{E201228A-4CE7-4344-8F8B-DF0FD194ADC0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuanLyNhaSachBUS", "QuanLyNhaSachBUS\QuanLyNhaSachBUS.csproj", "{CC1F1345-8896-41A0-9214-4D7D91A8BF42}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuanLyNhaSachDAL", "QuanLyNhaSachDAL\QuanLyNhaSachDAL.csproj", "{677373EA-C198-43A9-B657-D27CB8832278}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuanLyNhaSachDTO", "QuanLyNhaSachDTO\QuanLyNhaSachDTO.csproj", "{FC00F3F5-97C6-40E4-BE14-9500400E173F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E201228A-4CE7-4344-8F8B-DF0FD194ADC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E201228A-4CE7-4344-8F8B-DF0FD194ADC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E201228A-4CE7-4344-8F8B-DF0FD194ADC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E201228A-4CE7-4344-8F8B-DF0FD194ADC0}.Release|Any CPU.Build.0 = Release|Any CPU
{CC1F1345-8896-41A0-9214-4D7D91A8BF42}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC1F1345-8896-41A0-9214-4D7D91A8BF42}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC1F1345-8896-41A0-9214-4D7D91A8BF42}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC1F1345-8896-41A0-9214-4D7D91A8BF42}.Release|Any CPU.Build.0 = Release|Any CPU
{677373EA-C198-43A9-B657-D27CB8832278}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{677373EA-C198-43A9-B657-D27CB8832278}.Debug|Any CPU.Build.0 = Debug|Any CPU
{677373EA-C198-43A9-B657-D27CB8832278}.Release|Any CPU.ActiveCfg = Release|Any CPU
{677373EA-C198-43A9-B657-D27CB8832278}.Release|Any CPU.Build.0 = Release|Any CPU
{FC00F3F5-97C6-40E4-BE14-9500400E173F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC00F3F5-97C6-40E4-BE14-9500400E173F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC00F3F5-97C6-40E4-BE14-9500400E173F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC00F3F5-97C6-40E4-BE14-9500400E173F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6665D0A-28C8-46DD-A6CA-98D45EFD8A1B}
EndGlobalSection
EndGlobal
9 changes: 9 additions & 0 deletions WIP/Users/QuanLyNhaSach/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<appSettings>
<add key="ConnectionString" value="Data Source=DESKTOP-OU3JOH6\MSSQLSERVER_TU;Initial Catalog=QLNS2019;Integrated Security=True"/>
</appSettings>
</configuration>
211 changes: 211 additions & 0 deletions WIP/Users/QuanLyNhaSach/BaoCaoThang.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions WIP/Users/QuanLyNhaSach/BaoCaoThang.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace QuanLyNhaSach
{
public partial class BaoCaoThang : Form
{
public BaoCaoThang()
{
InitializeComponent();
}
}
}
Loading