Esempio n. 1
0
 public BoxControl()
 {
     InitializeComponent();
     DataContext = new BoxData();
     ShowBorder = false;
 }
Esempio n. 2
0
 public BoxControl()
 {
     InitializeComponent();
     DataContext = new BoxData();
     ShowBorder  = false;
 }