Click here to Skip to main content
15,908,634 members

Comments by Durgesh Swarnkar (Top 1 by date)

Durgesh Swarnkar 26-Sep-12 2:56am View    
Private control ctr;
public Control OutputControl
{
get { return ctr; }
set { ctr = value; }
}

this is the property which i have been made in simple windows application but same thing i want to make in WPF. please help me