Exemple #1
0
        private void btn_Info_Click(object sender, RoutedEventArgs e)
        {
            string       info    = "A high standard deviation will include more elements in your range, a lower one will have more items set as extreems.";
            CarboInfoBox infoBox = new CarboInfoBox(info, 400, 200);

            infoBox.ShowDialog();
        }
        private void Label_MouseDown(object sender, MouseButtonEventArgs e)
        {
            CarboInfoBox infoBox = new CarboInfoBox("The mix parameter allows you to combine your material's embodied carbon with another. Examples are reinforcement or additives into concrete. Another option would be nails and screws into timber structure.");

            infoBox.ShowDialog();
        }
Exemple #3
0
        private void GroupBox_MouseDoubleClick(object sender, MouseButtonEventArgs e)
        {
            CarboInfoBox infoBox = new CarboInfoBox("Only use this value for a demolished material, use section C4 for end of life values of a new material. 3.4 kgCO₂/m2 is recommended by RICS guidelines unless specified data is available");

            infoBox.Show();
        }