//Testines funkcijas galima rast ieskant #testarea //Tuscias funkcijas(nieko jose nebus daroma) galima rast ieskant #emptyarea public Form1() { InitializeComponent(); ListMethods.StateCheck(this); InitializeProfileClick(); // probably will need some method here to get current address of the current user ChildFormMethods.OpenChildFormMap(this); Application.ApplicationExit += new EventHandler(OnApplicationExit); //Method called on app exit }
private void ButtonBottom_Click(object sender, EventArgs e) { barsIsTop = !barsIsTop; ListMethods.StateCheck(this); }