コード例 #1
0
 void LastUsersWithActivityText_MouseLeftButtonDown(object sender, System.Windows.Input.MouseButtonEventArgs e)
 {
     if (selectedLand != null)
     {
         this.LastUsersWithActivityText.Foreground = new System.Windows.Media.SolidColorBrush(System.Windows.Media.Color.FromArgb(255, 65, 65, 65));
         LandActivity landActivity = new LandActivity(selectedLand.Id);
         landActivity.Show();
     }
 }
コード例 #2
0
 void LastUsersWithActivityText_MouseLeftButtonDown(object sender, System.Windows.Input.MouseButtonEventArgs e)
 {
     if (selectedLand != null)
     {
         this.LastUsersWithActivityText.Foreground = new System.Windows.Media.SolidColorBrush(System.Windows.Media.Color.FromArgb(255, 65, 65, 65));
         LandActivity landActivity = new LandActivity(selectedLand.Id);
         landActivity.Show();
     }
 }