public TrayServer() { //ProcessCaller p = new ProcessCaller(this); logViewer = new LogViewer(); ConsoleRedirector.attach(logViewer); BuildMenu(); var zs = ZmwSimport.zmws_get_version(); _versionMenuItem.Text = "ZazouMiniWebserver\nDll v:" + zs; _nameMenuItem.Text = "MiniWS " + Version() + "\nGabriel Rotar\n2008-"+DateTime.Now.Year; _gantMenuItem.Text = "Graphical resources from G.A.N.T. \r\n(C) Paul Davey \r\nmattahan.deviantart.com"; }
// Construction de la fenêtre principale public MiniwsForm() { logViewer = new LogViewer(); ConsoleRedirector.attach(logViewer); // Si un mysql tourne déjà il n'est pas à nous //mysqlProcess = null; // Pour l'instant on n'existe pas Enabled = false; // Gooo ! InitializeComponent(); }