Add Views namespace
Move viewst to this namespace
This commit is contained in:
@@ -6,7 +6,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Terminal.Gui;
|
||||
|
||||
namespace WaveshareUARTFingerprintSensor.Sample
|
||||
namespace WaveshareUARTFingerprintSensor.Sample.Views
|
||||
{
|
||||
public class DataDisplay : Toplevel
|
||||
{
|
||||
@@ -6,7 +6,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Terminal.Gui;
|
||||
|
||||
namespace WaveshareUARTFingerprintSensor.Sample
|
||||
namespace WaveshareUARTFingerprintSensor.Sample.Views
|
||||
{
|
||||
public class EntryDialog : Dialog
|
||||
{
|
||||
@@ -6,7 +6,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Terminal.Gui;
|
||||
|
||||
namespace WaveshareUARTFingerprintSensor.Sample
|
||||
namespace WaveshareUARTFingerprintSensor.Sample.Views
|
||||
{
|
||||
public class FingerprintDialog : Dialog
|
||||
{
|
||||
@@ -7,7 +7,7 @@ using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Terminal.Gui;
|
||||
|
||||
namespace WaveshareUARTFingerprintSensor.Sample
|
||||
namespace WaveshareUARTFingerprintSensor.Sample.Views
|
||||
{
|
||||
public class SettingsDisplay : Toplevel
|
||||
{
|
||||
@@ -7,7 +7,7 @@ using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Terminal.Gui;
|
||||
|
||||
namespace WaveshareUARTFingerprintSensor.Sample
|
||||
namespace WaveshareUARTFingerprintSensor.Sample.Views
|
||||
{
|
||||
public class SleepDisplay : Toplevel
|
||||
{
|
||||
@@ -7,7 +7,7 @@ using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Terminal.Gui;
|
||||
|
||||
namespace WaveshareUARTFingerprintSensor.Sample
|
||||
namespace WaveshareUARTFingerprintSensor.Sample.Views
|
||||
{
|
||||
public class TUIManager : Toplevel
|
||||
{
|
||||
@@ -99,14 +99,14 @@
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="DataDisplay.cs" />
|
||||
<Compile Include="EntryDialog.cs" />
|
||||
<Compile Include="FingerprintDialog.cs" />
|
||||
<Compile Include="Views\DataDisplay.cs" />
|
||||
<Compile Include="Views\EntryDialog.cs" />
|
||||
<Compile Include="Views\FingerprintDialog.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="SettingsDisplay.cs" />
|
||||
<Compile Include="SleepDisplay.cs" />
|
||||
<Compile Include="TUIManager.cs" />
|
||||
<Compile Include="Views\SettingsDisplay.cs" />
|
||||
<Compile Include="Views\SleepDisplay.cs" />
|
||||
<Compile Include="Views\TUIManager.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="App.config" />
|
||||
|
||||
Reference in New Issue
Block a user