コード例 #1
0
        void map_values_Click(object sender, RoutedEventArgs e)
        {
            if (ActiveMap == null)
            {
                return;
            }
            VarEditList vel = new VarEditList();

            vel.ShowDialog();
        }
コード例 #2
0
 void map_values_Click(object sender, RoutedEventArgs e)
 {
     if (ActiveMap == null) return;
     VarEditList vel = new VarEditList();
     vel.ShowDialog();
 }