예제 #1
0
        public SettingsWindow()
        {
            settings = new SAMSettings();

            InitializeComponent();

            this.Loaded += new RoutedEventHandler(SettingsWindow_Loaded);
            this.Decrypt = false;
        }
예제 #2
0
        public SettingsWindow()
        {
            settings = new SAMSettings();

            InitializeComponent();

            this.Loaded += new RoutedEventHandler(SettingsWindow_Loaded);
            this.Decrypt = false;

            InputMethodSelectBox.ItemsSource = Enum.GetValues(typeof(VirtualInputMethod)).Cast <VirtualInputMethod>();
        }