Esempio n. 1
0
        // puts the current profile's filename in the window title
        private void UpdateWindowTitle(string path)
        {
            string[] pathBits    = path.Split(new char[] { '\\' });
            string   profileName = pathBits[pathBits.Length - 1];

            controllerWindow.SetWindowTitle("ScanMaster 2k8 - " + profileName);
        }