Renamed Katteker.Gui to Katteker.UserInterface.
This commit is contained in:
parent
3aebff4e6d
commit
ebc776459d
@ -104,9 +104,9 @@
|
|||||||
<None Include="App.config" />
|
<None Include="App.config" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\Katteker.Gui\Katteker.Gui.csproj">
|
<ProjectReference Include="..\Katteker.Gui\Katteker.UserInterface.csproj">
|
||||||
<Project>{07e2de31-80a0-43da-b307-1ca47cd930a1}</Project>
|
<Project>{07e2de31-80a0-43da-b307-1ca47cd930a1}</Project>
|
||||||
<Name>Katteker.Gui</Name>
|
<Name>Katteker.UserInterface</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
<ProjectReference Include="..\Katteker\Katteker.csproj">
|
<ProjectReference Include="..\Katteker\Katteker.csproj">
|
||||||
<Project>{a45e1c59-ba9e-452c-a5e2-50de49d53e92}</Project>
|
<Project>{a45e1c59-ba9e-452c-a5e2-50de49d53e92}</Project>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
using System.Windows;
|
using System.Windows;
|
||||||
using Katteker.Gui;
|
|
||||||
|
|
||||||
namespace Example
|
namespace Example
|
||||||
{
|
{
|
||||||
|
/// <inheritdoc cref="Window" />
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Interaction logic for MainWindow.xaml
|
/// Interaction logic for MainWindow.xaml
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -21,12 +21,12 @@ namespace Example
|
|||||||
|
|
||||||
private async void MainWindow_OnContentRendered(object sender, EventArgs e)
|
private async void MainWindow_OnContentRendered(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
await Wrapper.CheckForUpdateAsync(true).ConfigureAwait(false);
|
await Katteker.UserInterface.CheckForUpdateAsync(true).ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
private async void ButtonBase_OnClick(object sender, RoutedEventArgs e)
|
private async void ButtonBase_OnClick(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
await Wrapper.CheckForUpdateAsync().ConfigureAwait(false);
|
await Katteker.UserInterface.CheckForUpdateAsync().ConfigureAwait(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,8 +7,8 @@
|
|||||||
<ProjectGuid>{07E2DE31-80A0-43DA-B307-1CA47CD930A1}</ProjectGuid>
|
<ProjectGuid>{07E2DE31-80A0-43DA-B307-1CA47CD930A1}</ProjectGuid>
|
||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>Katteker.Gui</RootNamespace>
|
<RootNamespace>Katteker</RootNamespace>
|
||||||
<AssemblyName>Katteker.Gui</AssemblyName>
|
<AssemblyName>Katteker.UserInterface</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
||||||
@ -22,7 +22,7 @@
|
|||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<DocumentationFile>bin\Debug\Katteker.Gui.xml</DocumentationFile>
|
<DocumentationFile>bin\Debug\Katteker.UserInterface.xml</DocumentationFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<DebugType>pdbonly</DebugType>
|
<DebugType>pdbonly</DebugType>
|
||||||
@ -31,7 +31,7 @@
|
|||||||
<DefineConstants>TRACE</DefineConstants>
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
<DocumentationFile>bin\Release\Katteker.Gui.xml</DocumentationFile>
|
<DocumentationFile>bin\Release\Katteker.UserInterface.xml</DocumentationFile>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="Microsoft.CSharp" />
|
||||||
@ -43,7 +43,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="NativeMethods.cs" />
|
<Compile Include="NativeMethods.cs" />
|
||||||
<Compile Include="Wrapper.cs" />
|
<Compile Include="UserInterface.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="Properties\Resources.Designer.cs">
|
<Compile Include="Properties\Resources.Designer.cs">
|
||||||
<AutoGen>True</AutoGen>
|
<AutoGen>True</AutoGen>
|
@ -3,39 +3,39 @@ using System.Runtime.InteropServices;
|
|||||||
|
|
||||||
// ReSharper disable InconsistentNaming
|
// ReSharper disable InconsistentNaming
|
||||||
|
|
||||||
namespace Katteker.Gui
|
namespace Katteker
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Native methods.
|
/// Native methods.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static class NativeMethods
|
internal static class NativeMethods
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Hit Test Caption
|
/// Hit Test Caption
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const int HTCAPTION = 0x2;
|
internal const int HTCAPTION = 0x2;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Posted when the user presses the left mouse button while the cursor is within the nonclient area of a window.
|
/// Posted when the user presses the left mouse button while the cursor is within the nonclient area of a window.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public const int WM_NCLBUTTONDOWN = 0xA1;
|
internal const int WM_NCLBUTTONDOWN = 0xA1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Release the capture
|
/// Release the capture
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DllImport("User32.dll")]
|
[DllImport("User32.dll")]
|
||||||
public static extern bool ReleaseCapture();
|
internal static extern bool ReleaseCapture();
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Send message
|
/// Send message
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DllImport("User32.dll")]
|
[DllImport("User32.dll")]
|
||||||
public static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam);
|
internal static extern int SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Set Process API aware
|
/// Set Process API aware
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DllImport("user32.dll")]
|
[DllImport("user32.dll")]
|
||||||
public static extern bool SetProcessDPIAware();
|
internal static extern bool SetProcessDPIAware();
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -4,11 +4,11 @@ using System.Runtime.InteropServices;
|
|||||||
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
// Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||||
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||||
// die mit einer Assembly verknüpft sind.
|
// die mit einer Assembly verknüpft sind.
|
||||||
[assembly: AssemblyTitle("Katteker.Gui")]
|
[assembly: AssemblyTitle("Katteker.UserInterface")]
|
||||||
[assembly: AssemblyDescription("Helps Applications to integrate Katteker")]
|
[assembly: AssemblyDescription("Helps Applications to integrate Katteker")]
|
||||||
[assembly: AssemblyConfiguration("")]
|
[assembly: AssemblyConfiguration("")]
|
||||||
[assembly: AssemblyCompany("WRD GmbH")]
|
[assembly: AssemblyCompany("WRD GmbH")]
|
||||||
[assembly: AssemblyProduct("Katteker.Gui")]
|
[assembly: AssemblyProduct("Katteker.UserInterface")]
|
||||||
[assembly: AssemblyCopyright("Copyright © Enercon GmbH 2015-2018")]
|
[assembly: AssemblyCopyright("Copyright © Enercon GmbH 2015-2018")]
|
||||||
[assembly: AssemblyTrademark("")]
|
[assembly: AssemblyTrademark("")]
|
||||||
[assembly: AssemblyCulture("")]
|
[assembly: AssemblyCulture("")]
|
||||||
|
50
Katteker.Gui/Properties/Resources.Designer.cs
generated
50
Katteker.Gui/Properties/Resources.Designer.cs
generated
@ -1,24 +1,24 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// Dieser Code wurde von einem Tool generiert.
|
||||||
// Runtime Version:4.0.30319.42000
|
// Laufzeitversion:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||||
// the code is regenerated.
|
// der Code erneut generiert wird.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
namespace Katteker.Gui.Properties {
|
namespace Katteker.Properties {
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// A strongly-typed resource class, for looking up localized strings, etc.
|
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
// This class was auto-generated by the StronglyTypedResourceBuilder
|
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
|
||||||
// class via a tool like ResGen or Visual Studio.
|
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
|
||||||
// To add or remove a member, edit your .ResX file then rerun ResGen
|
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
|
||||||
// with the /str option, or rebuild your VS project.
|
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
|
||||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
|
||||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
@ -33,13 +33,13 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Returns the cached ResourceManager instance used by this class.
|
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Resources.ResourceManager ResourceManager {
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
get {
|
get {
|
||||||
if (object.ReferenceEquals(resourceMan, null)) {
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Katteker.Gui.Properties.Resources", typeof(Resources).Assembly);
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Katteker.Properties.Resources", typeof(Resources).Assembly);
|
||||||
resourceMan = temp;
|
resourceMan = temp;
|
||||||
}
|
}
|
||||||
return resourceMan;
|
return resourceMan;
|
||||||
@ -47,8 +47,8 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Overrides the current thread's CurrentUICulture property for all
|
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||||
/// resource lookups using this strongly typed resource class.
|
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
internal static global::System.Globalization.CultureInfo Culture {
|
internal static global::System.Globalization.CultureInfo Culture {
|
||||||
@ -61,7 +61,7 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Could not update your application..
|
/// Sucht eine lokalisierte Zeichenfolge, die Could not update your application. ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string CouldNotUpdateYourApplication {
|
internal static string CouldNotUpdateYourApplication {
|
||||||
get {
|
get {
|
||||||
@ -70,7 +70,7 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Installed new Version! Would you like to restart the Application?.
|
/// Sucht eine lokalisierte Zeichenfolge, die Installed new Version! Would you like to restart the Application? ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Installed_new_Version {
|
internal static string Installed_new_Version {
|
||||||
get {
|
get {
|
||||||
@ -79,7 +79,7 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to New Version.
|
/// Sucht eine lokalisierte Zeichenfolge, die New Version ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string New_Version {
|
internal static string New_Version {
|
||||||
get {
|
get {
|
||||||
@ -88,7 +88,7 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to No update available..
|
/// Sucht eine lokalisierte Zeichenfolge, die No update available. ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string No_update_available {
|
internal static string No_update_available {
|
||||||
get {
|
get {
|
||||||
@ -97,7 +97,7 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Can't find configuration File. Ask your local distributor..
|
/// Sucht eine lokalisierte Zeichenfolge, die Can't find configuration File. Ask your local distributor. ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string SquirrelWrapper_CheckForUpdate {
|
internal static string SquirrelWrapper_CheckForUpdate {
|
||||||
get {
|
get {
|
||||||
@ -106,7 +106,7 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Ask your local distributor..
|
/// Sucht eine lokalisierte Zeichenfolge, die Ask your local distributor. ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string SquirrelWrapper_CheckForUpdate_AskYourLocalDistributor {
|
internal static string SquirrelWrapper_CheckForUpdate_AskYourLocalDistributor {
|
||||||
get {
|
get {
|
||||||
@ -115,7 +115,7 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Error with Configuration-File.
|
/// Sucht eine lokalisierte Zeichenfolge, die Error with Configuration-File ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string SquirrelWrapper_CheckForUpdate_Error {
|
internal static string SquirrelWrapper_CheckForUpdate_Error {
|
||||||
get {
|
get {
|
||||||
@ -124,7 +124,7 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Error with Update.
|
/// Sucht eine lokalisierte Zeichenfolge, die Error with Update ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string SquirrelWrapper_CheckForUpdate_ErrorWithUpdate {
|
internal static string SquirrelWrapper_CheckForUpdate_ErrorWithUpdate {
|
||||||
get {
|
get {
|
||||||
@ -133,7 +133,7 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Updater.
|
/// Sucht eine lokalisierte Zeichenfolge, die Updater ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string Updater {
|
internal static string Updater {
|
||||||
get {
|
get {
|
||||||
@ -142,7 +142,7 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to You can update to Version: .
|
/// Sucht eine lokalisierte Zeichenfolge, die You can update to Version: ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string You_can_update_to_Version {
|
internal static string You_can_update_to_Version {
|
||||||
get {
|
get {
|
||||||
@ -151,7 +151,7 @@ namespace Katteker.Gui.Properties {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to You're up to date..
|
/// Sucht eine lokalisierte Zeichenfolge, die You're up to date. ähnelt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
internal static string You_re_up_to_date {
|
internal static string You_re_up_to_date {
|
||||||
get {
|
get {
|
||||||
|
2
Katteker.Gui/UpdateWindow.Designer.cs
generated
2
Katteker.Gui/UpdateWindow.Designer.cs
generated
@ -1,6 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace Katteker.Gui
|
namespace Katteker
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Shows the Update Window.
|
/// Shows the Update Window.
|
||||||
|
@ -2,11 +2,11 @@
|
|||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using Katteker.Gui.Properties;
|
using Katteker.Properties;
|
||||||
|
|
||||||
namespace Katteker.Gui
|
namespace Katteker
|
||||||
{
|
{
|
||||||
public sealed partial class UpdateWindow : Form
|
internal sealed partial class UpdateWindow : Form
|
||||||
{
|
{
|
||||||
private readonly ReleaseEntry _entry;
|
private readonly ReleaseEntry _entry;
|
||||||
private readonly UpdateManager _updateManager;
|
private readonly UpdateManager _updateManager;
|
||||||
@ -14,7 +14,7 @@ namespace Katteker.Gui
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The Update Window
|
/// The Update Window
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public UpdateWindow(UpdateManager updateManager, ReleaseEntry entry)
|
internal UpdateWindow(UpdateManager updateManager, ReleaseEntry entry)
|
||||||
{
|
{
|
||||||
_updateManager = updateManager;
|
_updateManager = updateManager;
|
||||||
_entry = entry;
|
_entry = entry;
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
using System.Threading;
|
using System.Threading;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Windows.Forms;
|
using System.Windows.Forms;
|
||||||
using Katteker.Gui.Properties;
|
using Katteker.Properties;
|
||||||
|
|
||||||
namespace Katteker.Gui
|
namespace Katteker
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The wrapper to add Squirrel-capability to older Programs.
|
/// The wrapper to add Katteker-capability to older Programs.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static class Wrapper
|
public static class UserInterface
|
||||||
{
|
{
|
||||||
private static UpdateManager _manager;
|
private static UpdateManager _manager;
|
||||||
|
|
@ -11,7 +11,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AppStub", "AppStub\AppStub.
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{DE9CFDEB-40B8-447D-9959-31BA78512CED}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{DE9CFDEB-40B8-447D-9959-31BA78512CED}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Katteker.Gui", "Katteker.Gui\Katteker.Gui.csproj", "{07E2DE31-80A0-43DA-B307-1CA47CD930A1}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Katteker.UserInterface", "Katteker.Gui\Katteker.UserInterface.csproj", "{07E2DE31-80A0-43DA-B307-1CA47CD930A1}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Katteker.Test", "Katteker.Test\Katteker.Test.csproj", "{76E9E47E-C810-4C13-BAC3-1F53CF4BCB92}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Katteker.Test", "Katteker.Test\Katteker.Test.csproj", "{76E9E47E-C810-4C13-BAC3-1F53CF4BCB92}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Loading…
x
Reference in New Issue
Block a user