Bình Nguyên
Bình Nguyên

Reputation: 2352

C# Create user control without creating new project

How do i create new user control with only create new files on current project (i mean we do not have to create new class library project)?

Upvotes: 1

Views: 777

Answers (1)

akhisp
akhisp

Reputation: 675

Right click on the current project and select "Add->New Item". Select "Visual C# Items" and then "User Control".

Upvotes: 2

Related Questions