Exemplo n.º 1
0
 private void Button4_Click(object sender, EventArgs e)
 {
     if (!MainMenuFunctions.IsFormOpen("Supplies"))
     {
         RSSupplies.Pages.Supplies.Supplies sup = new RSSupplies.Pages.Supplies.Supplies();
         sup.Show();
     }
 }
Exemplo n.º 2
0
        private void StopButton_Click(object sender, EventArgs e)
        {
            MainMenuFunctions.EnableStart(this);
            stopButton.Enabled     = false;
            InventoryOne.isRunning = false;

            if (cbBeastOfBurden.Checked)
            {
                InventoryTwo.isRunning = false;
            }
            tracker.Dispose();
        }
Exemplo n.º 3
0
 private void Button6_Click(object sender, EventArgs e)
 {
     MainMenuFunctions.LoadPresetFile("Preset2.csv", this);
 }
Exemplo n.º 4
0
 private void CheckBox1_CheckedChanged(object sender, EventArgs e)
 {
     MainMenuFunctions.EnableStart(this);
 }
Exemplo n.º 5
0
 private void Button7_Click(object sender, EventArgs e)
 {
     MainMenuFunctions.SavePresetFile("Preset1.csv", this);
 }