<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  <CodeSnippet Format="1.0.0">
    <Header>
      <Title>Displays a MessageBox</Title>
      <Shortcut>DisplaysaMessageBox</Shortcut>
      <Description>Displays a MessageBox [C#]</Description>
      <Author>Steven Lewis</Author>
      <HelpUrl>/PreviewSnippet.aspx?SnippetID=77f5bc60-3e3c-42e3-b7de-c963a3d204f9</HelpUrl>
      <SnippetTypes>
        <SnippetType>SurroundsWith</SnippetType>
      </SnippetTypes>
    </Header>
    <Snippet>
      <Code Language="csharp"><![CDATA[MessageBox.Show("", "", MessageBoxButtons.OK, MessageBoxIcon.Information);]]></Code>
    </Snippet>
  </CodeSnippet>
</CodeSnippets>