checkBox1 = new System.Windows.Controls.CheckBox()
{
Margin = new Thickness(5,0,5,0),
Content = "1. Asia Ended",
FontSize = 12,
Foreground = Brushes.Black,
//IsChecked = true,
};
I cant find the way to check when state changes, and save the state, some idea?
Thanks a lot
Comment