Ejemplo n.º 1
0
 public frmMain()
 {
     map = new frmMap(this);
     CreateLocationDB();
     InitializeComponent();
     ReadLocationFromDB();
     PrintMessage("https://github.com/DoubleO31/JocationPlus");
     PrintMessage("This is an open source project. Please don't use it for any illegal activity.");
 }