+/*
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.1 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://floralicense.org/license/
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
namespace LibTVRefCommonPortable.DataModels
{
public enum WatcherType
+++ /dev/null
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-using Xamarin.Forms;
-
-namespace LibTVRefCommonPortable
-{
- public class LibTVRefCommonPortable : ContentPage
- {
- public LibTVRefCommonPortable()
- {
-
- }
- }
-}
<Compile Include="DataModels\WiFiOffAction.cs" />
<Compile Include="DataModels\WiFiOnAction.cs" />
<Compile Include="DataModels\WiFiSettingShortcutInfo.cs" />
- <Compile Include="LibTVRefCommonPortable.cs" />
<Compile Include="Models\AppShortcutController.cs" />
<Compile Include="Models\RecentShortcutController.cs" />
<Compile Include="Models\SettingShortcutController.cs" />
+++ /dev/null
-using System;
-using System.Runtime.InteropServices;
-
-namespace TVHome.Utils
-{
- public class DBUtil
- {
- public String DBFileName
- {
- get;
- set;
- }
-
- public DBUtil(string dbFilename)
- {
-
- }
-
- }
-}
+/*
+ * Copyright (c) 2017 Samsung Electronics Co., Ltd
+ *
+ * Licensed under the Flora License, Version 1.1 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://floralicense.org/license/
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
namespace LibTVRefCommonPortable.Utils
{