mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-24 01:10:11 +01:00
19 lines
409 B
C#
19 lines
409 B
C#
using System;
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel;
|
|
using System.Configuration.Install;
|
|
using System.Linq;
|
|
|
|
|
|
namespace MELT_Command_Websocket
|
|
{
|
|
[RunInstaller(true)]
|
|
public partial class ProjectInstaller : System.Configuration.Install.Installer
|
|
{
|
|
public ProjectInstaller()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|