Skip to content

Instantly share code, notes, and snippets.

@vncloudsco
Created June 9, 2020 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vncloudsco/86bb574e4d7a7e6c905616d9453fa600 to your computer and use it in GitHub Desktop.
Save vncloudsco/86bb574e4d7a7e6c905616d9453fa600 to your computer and use it in GitHub Desktop.
namespace Helloworld
{
public partial class Window1:Window
{
// khai báo 1 button Button button; public Window1()
{
InitializeComponent();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment