コード例 #1
0
 public MainViewModel()
 {
     TextColor           = ColorHandler.Convert(ColorEnum.Green);
     BackgroundColor     = ColorHandler.Convert(ColorEnum.Blue);
     ViewBackgroundColor = ColorHandler.Convert(ColorEnum.White);
 }