Ejemplo n.º 1
0
        private void GenerateTeleporters_Callback()
        {
            int count = new GenTeleporter.TeleportersCreator().CreateTeleporters();

            count += new Server.Items.SHTeleporter.SHTeleporterCreator().CreateSHTeleporters();

            MessageBox.Show(Core.MainForm, string.Format("{0} Teleporters created successfully", count), "Success");
        }
Ejemplo n.º 2
0
		private void GenerateTeleporters_Callback() {
			int count = new GenTeleporter.TeleportersCreator().CreateTeleporters();
			count += new Server.Items.SHTeleporter.SHTeleporterCreator().CreateSHTeleporters();

			MessageBox.Show(Core.MainForm, string.Format("{0} Teleporters created successfully", count), "Success");
		}