Retire legacy implementations and flatten managed layout
This commit is contained in:
@@ -20,7 +20,7 @@ internal static class Program
|
||||
{
|
||||
try
|
||||
{
|
||||
using var client = new VoiceCat.Interop.VoiceCatClient("Smoke", "test");
|
||||
using var client = new VoiceCat.Windows.VoiceCatClient("Smoke", "test");
|
||||
using var form = new MainForm(client, 0, "Smoke", "Managed core");
|
||||
form.CreateControl();
|
||||
if (form.Controls.Count == 0 || string.IsNullOrEmpty(form.Text)) return 1;
|
||||
|
||||
Reference in New Issue
Block a user