Example #1
0
 private void Image_MouseDown(object sender, MouseButtonEventArgs e)
 {
     WpfApplication11.Controls.ucList uc = new Controls.ucList();
     uc.WindowStartupLocation = WindowStartupLocation.CenterOwner;
     uc.Topmost = true;
     uc.ListItemSelected += uc_ListItemSelected;
     uc.Show();
 }
Example #2
0
 private void Image_MouseDown(object sender, MouseButtonEventArgs e)
 {
     WpfApplication11.Controls.ucList uc = new Controls.ucList();
     uc.WindowStartupLocation = WindowStartupLocation.CenterOwner;
     uc.Topmost           = true;
     uc.ListItemSelected += uc_ListItemSelected;
     uc.Show();
 }