mirror of
https://github.com/lupettohf/kv4p-sharp.git
synced 2025-01-18 17:36:29 +08:00
Windows Targheting
This commit is contained in:
parent
7b4cfd2915
commit
357047bc40
|
@ -55,7 +55,7 @@ namespace RadioControllerApp
|
|||
// Form properties
|
||||
this.Text = "Radio Controller";
|
||||
this.Size = new System.Drawing.Size(800, 700);
|
||||
this.MinimumSize = new System.Drawing.Size(600, 6<s00);
|
||||
this.MinimumSize = new System.Drawing.Size(600, 600);
|
||||
this.FormClosing += FormRadio_FormClosing;
|
||||
|
||||
// Initialize controls
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
<Nullable>enable</Nullable>
|
||||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<EnableWindowsTargeting>true</EnableWindowsTargeting>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in New Issue
Block a user