Visual Studio 2012 抱怨比较两个画笔:
private void SetLabel(string stText, Brushes colorBackground)
{
if (colorBackGround == Brushes.Yellow)
...
}
错误信息:"The name 'colorBackGround' does not exist in the current context"
Visual Studio 2012 抱怨比较两个画笔:
private void SetLabel(string stText, Brushes colorBackground)
{
if (colorBackGround == Brushes.Yellow)
...
}
错误信息:"The name 'colorBackGround' does not exist in the current context"