Saturday, April 26, 2014

How can I make my class not be NULL?

Set the breakpoint here:



public partial class C1 : UserControl
{
public C1()
{
InitializeComponent(); <---

// Clear out placeholder content
this.wrapPanel.Children.Clear();



Press F10 to execute each row, or F11 to step into a function


No comments:

Post a Comment