• Y
  • All List
  • Feedback
    • This Project
    • All Projects
My profile Account settings Log out
  • Project
  • Groups
Loading...
  • Log in
  • Sign up
sbkim / 한국하우톤_현황판 star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
한국하우톤_현황판KHPANELProgram.cs
Download as .zip file
File name
Commit message
Commit date
KHPANEL
초기 커밋.
2022-06-23
.gitattributes
.gitignore 및 .gitattributes를 추가하세요.
2022-06-23
.gitignore
.gitignore 및 .gitattributes를 추가하세요.
2022-06-23
KHPANEL.sln
초기 커밋.
2022-06-23
File name
Commit message
Commit date
Properties
초기 커밋.
2022-06-23
Resources
초기 커밋.
2022-06-23
App.config
초기 커밋.
2022-06-23
CircularProgressBar.cs
초기 커밋.
2022-06-23
DBConnectionSingleton.cs
초기 커밋.
2022-06-23
FormHTPanel_1.Designer.cs
초기 커밋.
2022-06-23
FormHTPanel_1.cs
초기 커밋.
2022-06-23
FormHTPanel_1.resx
초기 커밋.
2022-06-23
Form_Main.Designer.cs
초기 커밋.
2022-06-23
Form_Main.cs
초기 커밋.
2022-06-23
Form_Main.resx
초기 커밋.
2022-06-23
KHPANEL.csproj
초기 커밋.
2022-06-23
Program.cs
초기 커밋.
2022-06-23
ucScreen.Designer.cs
초기 커밋.
2022-06-23
ucScreen.cs
초기 커밋.
2022-06-23
ucScreen.resx
초기 커밋.
2022-06-23
ucTempControl.Designer.cs
초기 커밋.
2022-06-23
ucTempControl.cs
초기 커밋.
2022-06-23
ucTempControl.resx
초기 커밋.
2022-06-23
sbkim 2022-06-23 2c41f58 초기 커밋. UNIX
Raw Open in browser Change history
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace KHPANEL { static class Program { /// <summary> /// 해당 애플리케이션의 주 진입점입니다. /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form_Main()); } } }

          
        
    
    
Copyright Yona authors & © NAVER Corp. Supported by D2 Program

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up