Esempio n. 1
0
        /// <summary>
        /// Client informs the server to set the value of Repo to null
        /// Is required each time Analyze button is clicked in order to remove existing data
        /// </summary>
        public void setRepo()
        {
            Repository repo = Repository.getInstance();

            if (repo != null)
            {
                repo.setInstance();
            }
        }