You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
648 B
20 lines
648 B
<?xml version="1.0" encoding="utf-8"?> |
|
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> |
|
<CodeSnippet Format="1.0.0"> |
|
<Header> |
|
<Title>Invoke</Title> |
|
<Shortcut>inv</Shortcut> |
|
<Description>Code snippet Invoke</Description> |
|
</Header> |
|
<Snippet> |
|
<Code Language="CSharp"> |
|
<![CDATA[Invoke((MethodInvoker)(delegate |
|
{ |
|
textBox17.Text += "\r\n\r\n" + ttt; |
|
})); |
|
this.pictureBox3.BeginInvoke((MethodInvoker)(() => this.pictureBox3.Image = crop)); |
|
]]> |
|
</Code> |
|
</Snippet> |
|
</CodeSnippet> |
|
</CodeSnippets> |