X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-swig%2Fexamples%2Fhello-world.cs;h=be7a11ba0d734c6ac19cead599cc5d9757fac33f;hb=65c8ea87d01df59b7131610364319fd977de7e3d;hp=7853ce3dbaba1f4f28e386450f739a3b431ffaed;hpb=89ae5b785c2eb8276d5fb350004414bc3fab8a2d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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;