clean
This commit is contained in:
		
							parent
							
								
									d19a680054
								
							
						
					
					
						commit
						885d235b33
					
				@ -28,7 +28,7 @@ namespace OWTrack
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    public partial class MainForm : Form
 | 
					    public partial class MainForm : Form
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        Tracker tr = new Tracker();
 | 
					        Tracker tr;
 | 
				
			||||||
        private const string IS_RUNNING = "Running";
 | 
					        private const string IS_RUNNING = "Running";
 | 
				
			||||||
        private const string NOT_RUNNING = " Not running";
 | 
					        private const string NOT_RUNNING = " Not running";
 | 
				
			||||||
        private bool SRonce = false;
 | 
					        private bool SRonce = false;
 | 
				
			||||||
@ -36,6 +36,7 @@ namespace OWTrack
 | 
				
			|||||||
        public MainForm()
 | 
					        public MainForm()
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            InitializeComponent();
 | 
					            InitializeComponent();
 | 
				
			||||||
 | 
					            tr = new Tracker();
 | 
				
			||||||
            loadSave();
 | 
					            loadSave();
 | 
				
			||||||
            checkStatus();
 | 
					            checkStatus();
 | 
				
			||||||
            update();
 | 
					            update();
 | 
				
			||||||
@ -129,10 +130,7 @@ namespace OWTrack
 | 
				
			|||||||
                MessageBox.Show("Saved Overwatch.exe location.\nPress Clear to rest");
 | 
					                MessageBox.Show("Saved Overwatch.exe location.\nPress Clear to rest");
 | 
				
			||||||
                return openFileDialog1.FileName;
 | 
					                return openFileDialog1.FileName;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            else 
 | 
					            else { return null; }            
 | 
				
			||||||
            {
 | 
					 | 
				
			||||||
                return null;
 | 
					 | 
				
			||||||
            }            
 | 
					 | 
				
			||||||
        }        
 | 
					        }        
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        private void SRSystem(bool state)
 | 
					        private void SRSystem(bool state)
 | 
				
			||||||
@ -246,9 +244,6 @@ namespace OWTrack
 | 
				
			|||||||
            tr.gamePath = getGamePath();
 | 
					            tr.gamePath = getGamePath();
 | 
				
			||||||
            update();
 | 
					            update();
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					 | 
				
			||||||
        #endregion
 | 
					        #endregion
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -18,7 +18,7 @@ namespace OWTrack
 | 
				
			|||||||
            Application.Run(new MainForm());
 | 
					            Application.Run(new MainForm());
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        public static string Version { get; } = "1.4.1";
 | 
					        public static string Version { get; } = "1.4.2-a0";
 | 
				
			||||||
        //public static string Version = Application.ProductVersion;
 | 
					        //public static string Version = Application.ProductVersion;
 | 
				
			||||||
        //public static Version version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
 | 
					        //public static Version version = System.Reflection.Assembly.GetExecutingAssembly().GetName().Version;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user