Exemplo n.º 1
0
 public ControlModel()
 {
     ValueIndicators         = ValueIndicatorsFactory.CreateCollection();
     SolutionItem            = new SolutionItem();
     TextCurrentState        = Resources.BuildDoneText_BuildNotStarted;
     ImageCurrentState       = VectorResources.TryGet(BuildImages.BuildActionResourcesUri, "StandBy");
     ImageCurrentStateResult = null;
 }
Exemplo n.º 2
0
        public ControlModel()
        {
            ValueIndicators  = ValueIndicatorsFactory.CreateCollection();
            SolutionItem     = new SolutionItem();
            TextCurrentState = BuildMessages.GetBuildDoneMessage(null, null, null);

            ControlTemplate stateImage;

            ImageCurrentState       = BuildImages.GetBuildDoneImage(null, null, out stateImage);
            ImageCurrentStateResult = stateImage;
        }