Ejemplo n.º 1
0
        private void TaskPanelBlock_Loaded(object sender, RoutedEventArgs e)
        {
            //testblock.image.Fill = GetImageBrush("Resource/img/Pysk_hover.png");
            testblock.image.Fill = HF.GIB("DevelNextIco.png");
            testblock.notif.Fill = new SolidColorBrush(Color.FromArgb(100, 255, 255, 0));

            MenuPysk.notif.Fill = new SolidColorBrush(Color.FromArgb(0, 0, 0, 0));
        }