public SettingsWindow() { settings = new SAMSettings(); InitializeComponent(); this.Loaded += new RoutedEventHandler(SettingsWindow_Loaded); this.Decrypt = false; }
public SettingsWindow() { settings = new SAMSettings(); InitializeComponent(); this.Loaded += new RoutedEventHandler(SettingsWindow_Loaded); this.Decrypt = false; InputMethodSelectBox.ItemsSource = Enum.GetValues(typeof(VirtualInputMethod)).Cast <VirtualInputMethod>(); }