Exemplo n.º 1
0
        public static SetPath GetInstance()
        {
            if (instance == null)
            {
                instance = new SetPath();
            }

            return instance;
        }
Exemplo n.º 2
0
 private void Window_Closed(object sender, EventArgs e)
 {
     instance = null;
 }