Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created January 9, 2016 18:59
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 wtuts/ff98b26b5f0f611a696f to your computer and use it in GitHub Desktop.
Save wtuts/ff98b26b5f0f611a696f to your computer and use it in GitHub Desktop.
<Grid>
<Button Margin="10,30,10,0"
HorizontalAlignment="Stretch"
VerticalAlignment="Top"
Click="Create_Database_Click"
Content="Create the Database" />
<Button Margin="10,90,10,0"
HorizontalAlignment="Stretch"
VerticalAlignment="Top"
Click="Delete_Database_Click"
Content="Delete the Database" />
<Button Margin="10,150,10,0"
HorizontalAlignment="Stretch"
VerticalAlignment="Top"
Click="Add_New_Record_Click"
Content="Add a record" />
<Button Margin="10,210,10,0"
HorizontalAlignment="Stretch"
VerticalAlignment="Top"
Click="Display_All_Recods_Click"
Content="Display all records" />
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment