コード例 #1
0
ファイル: Top.xaml.cs プロジェクト: glf404/QQPanel
 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();
 }
コード例 #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();
 }