• This project
    • Loading...
  • Sign in

김선호 / troll.gg

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 2
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • troll.gg
  • project
  • project
  • UserControls
  • notice.cs
  • 김선호's avatar
    UI Complete · cd2925d2
    cd2925d2
    김선호 authored 2020-12-02 18:18:02 +0900
notice.cs 354 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace project.UserControls
{
	public partial class notice : UserControl
	{
		public notice()
		{
			InitializeComponent();
		}
	}
}