X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-swig%2Fexamples%2Fhello-world.cs;h=be7a11ba0d734c6ac19cead599cc5d9757fac33f;hp=7853ce3dbaba1f4f28e386450f739a3b431ffaed;hb=refs%2Fchanges%2F52%2F99652%2F6;hpb=9217ec0c1d483607ed6c8f08a1d9c238657ba5d6 diff --git a/plugins/dali-swig/examples/hello-world.cs b/plugins/dali-swig/examples/hello-world.cs index 7853ce3..be7a11b 100755 --- a/plugins/dali-swig/examples/hello-world.cs +++ b/plugins/dali-swig/examples/hello-world.cs @@ -38,7 +38,7 @@ namespace MyCSharpExample { Console.WriteLine("Customized Application Initialize event handler"); Stage stage = Stage.GetCurrent(); - stage.BackgroundColor = new Color("white"); + stage.BackgroundColor = Color.Green; stage.Touched += OnStageTouched;