I have a pretty decent understanding of the fundamentals, but haven't done too much with gui apps yet. Maybe I'll learn a thing or two in that regard, not sure.
1>C:\Users\sean\Documents\development\GodyPing.cs(11,13,11,20): error CS0103: The name 'PingCMD' does not exist in the current context
1>C:\Users\sean\Documents\development\GodyPing.cs(11,25,11,29): error CS0103: The name 'args' does not exist in the current context
1>C:\Users\sean\Documents\development\GodyPing.cs(9,27,9,31): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
1>C:\Users\sean\Documents\development\PingCMD.cs(39,21,39,25): error CS1061: 'Ping' does not contain a definition for 'Send' and no accessible extension method 'Send' accepting a first argument of type 'Ping' could be found (are you missing a using directive or an assembly reference?)
1>C:\Users\sean\Documents\development\PingCMD.cs(47,13,47,17): error CS1061: 'Ping' does not contain a definition for 'Send' and no accessible extension method 'Send' accepting a first argument of type 'Ping' could be found (are you missing a using directive or an assembly reference?)
1>C:\Users\sean\Documents\development\PingCMD.cs(48,106,48,115): warning CS8602: Dereference of a possibly null reference.
1>C:\Users\sean\Documents\development\GodyPing.cs(11,13,11,20): error CS0103: The name 'PingCMD' does not exist in the current context
1>C:\Users\sean\Documents\development\GodyPing.cs(11,25,11,29): error CS0103: The name 'args' does not exist in the current context
1>C:\Users\sean\Documents\development\GodyPing.cs(9,27,9,31): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
1>C:\Users\sean\Documents\development\PingCMD.cs(39,21,39,25): error CS1061: 'Ping' does not contain a definition for 'Send' and no accessible extension method 'Send' accepting a first argument of type 'Ping' could be found (are you missing a using directive or an assembly reference?)
1>C:\Users\sean\Documents\development\PingCMD.cs(47,13,47,17): error CS1061: 'Ping' does not contain a definition for 'Send' and no accessible extension method 'Send' accepting a first argument of type 'Ping' could be found (are you missing a using directive or an assembly reference?)
1>C:\Users\sean\Documents\development\PingCMD.cs(48,106,48,115): warning CS8602: Dereference of a possibly null reference.