Format:
Recent snippets for: Josh
class Program { static void Main(string[] args) { Class1 c1 = "Billy"; Console.WriteLine(c1.GetType().Name); Console.WriteLine(c1.Name); c1.stuff("Bob"); Console.ReadLine();
88 Views
no comments
msbuild /p:Configuration=release msbuild /p:Configuration=debug msbuild msbuild <Solution>.sln /target:Clean
220 Views
no comments
public void SubmitEvent(PartnerEvent pEvent, bool adjudicate) { PartnerEventSerializable pOrigEvent = PartnerEventSerializable.Convert(pEvent); // preserve a original event before we modify it if (m_History.ContainsKey(pOrigEvent.PartnerEventId)) { if (pOrigEvent.Equals(m_History[pOrigEvent.PartnerEventId])) { return; } else { log.Debug("History check for partner event " + pOrigEvent.PartnerEventId + " -- differs."); } } else {
147 Views
no comments
this.copyTSMI = new System.Windows.Forms.ToolStripMenuItem();
192 Views
no comments
<BrowserMaster> <Configuration> <showGui value='true'/> </Configuration> <Browswers> <Browswer name='IE' enabled='true'> <FullPath> ../ie.exe {0} </FullPath> <ProcessName> InternetExplorer </ProcessName> <Icon> ../ie.ico</Icon> </Browswer>
167 Views
no comments
<BrowserMaster> <Configuration> What goes in here? </Configuration> <Browswers> <Browswer name='IE'> <Path> ../ie.exe {0} </Path> <ProcessName> InternetExplorer </ProcessName> <Icon> ../ie.ico</Icon> </Browswer>
158 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
