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=7853ce3dbaba1f4f28e386450f739a3b431ffaed;hp=6ab2569114a2b2c2ade272b9879ae82fb1fd4474;hb=1820cf3dc1c6b820bf57191cf4b498d9fa197e1b;hpb=bf2eda7638e589025bfe84eb10d44922400faec9 diff --git a/plugins/dali-swig/examples/hello-world.cs b/plugins/dali-swig/examples/hello-world.cs index 6ab2569..7853ce3 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 = NDalic.WHITE; + stage.BackgroundColor = new Color("white"); stage.Touched += OnStageTouched;