예제 #1
0
 public PuppetMasterForm(PuppetMasterConsole pm)
 {
     console = pm;
     InitializeComponent();
 }
 public PuppetMasterForm(PuppetMasterConsole pm)
 {
     console = pm;
     InitializeComponent();
 }
 /// <summary>
 /// The PuppetMaster must start manually
 /// and listen on a port to receive the
 /// command to create a worker.
 /// </summary>
 /// <param name="args"></param>
 public static void Main(string[] args)
 {
     PuppetMasterConsole p = new PuppetMasterConsole();
     p.main(args);
 }
예제 #4
0
        /// <summary>
        /// The PuppetMaster must start manually
        /// and listen on a port to receive the
        /// command to create a worker.
        /// </summary>
        /// <param name="args"></param>
        public static void Main(string[] args)
        {
            PuppetMasterConsole p = new PuppetMasterConsole();

            p.main(args);
        }