ShareInvest.OpenAPI.Control 1.1.0.1

dotnet add package ShareInvest.OpenAPI.Control --version 1.1.0.1
NuGet\Install-Package ShareInvest.OpenAPI.Control -Version 1.1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShareInvest.OpenAPI.Control" Version="1.1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShareInvest.OpenAPI.Control --version 1.1.0.1
#r "nuget: ShareInvest.OpenAPI.Control, 1.1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ShareInvest.OpenAPI.Control as a Cake Addin
#addin nuget:?package=ShareInvest.OpenAPI.Control&version=1.1.0.1

// Install ShareInvest.OpenAPI.Control as a Cake Tool
#tool nuget:?package=ShareInvest.OpenAPI.Control&version=1.1.0.1

ยท How to initailize in Platform IDE

<Window x:Class="ShareInvest.Test"

        ...
        
        xmlns:local="clr-namespace:ShareInvest;assembly=ShareInvest.OpenAPI.Control"
        mc:Ignorable="d"
        d:DataContext="{d:DesignInstance IsDesignTimeCreatable=True}">

    <local:AxKHCoreAPIControl />

</Window>

or

public partial class Test : Window
{
    public Test()
    {
        Content = new ShareInvest.AxKHCoreAPIControl();

        InitializeComponent();
    }
}

NuGet for controlling information received from Kiwoom OpenAPI.

Product Compatible and additional computed target framework versions.
.NET net7.0-windows10.0.17763 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0.1 164 6/23/2023
1.0.0.1 139 6/22/2023