public KeypadsPage() { InitializeComponent(); HideOutput = true; ModuleData = new KeypadModule(); ModuleData.SolutionChangedEvent += ModuleData_SolutionChangedEvent; }
private void SetSource(Image control, int resourceId) { if (resourceId < 0) { return; } control.Source = new BitmapImage(new Uri(KeypadModule.GetSource(resourceId))); }
private void InitializeModule() { keypadModule = new KeypadModule(); }