[Non-Acr][System.PowerUsage] Build Fix 58/244058/1
authorchakradhar pogiri <v.pogiri@samsung.com>
Mon, 14 Sep 2020 11:02:38 +0000 (16:32 +0530)
committerchakradhar pogiri <v.pogiri@samsung.com>
Mon, 14 Sep 2020 11:02:38 +0000 (16:32 +0530)
Change-Id: I24ddc3a7659ed43c453f885c81bddc3d09ccbb92

tct-suite-vs/Tizen.System.PowerUsage.Tests/Program.cs

index 3373c7d55d8b55ea1b2dcc04cd65d9851b34f3e5..7059b9bb46db382ddd2b7b7d3205ef29879ffdbf 100755 (executable)
@@ -45,7 +45,7 @@ namespace XamarinForTizen.Tizen
         {
             Console.WriteLine("TCT : Main()");
             var app = new Program();
-            global::Xamarin.Forms.Platform.Tizen.Forms.Init(app);
+            global::Xamarin.Forms.Forms.Init(app);
             app.Run(args);
         }
     }