Example #1
0
 public View(Model model)
 {
     this.model = model;
     scannerWindow = new ScannerWindow();
     model.CurrentVoterChanged += this.showSpecificVoter;
 }
Example #2
0
    static void Init()
    {
        ScannerWindow window = (ScannerWindow)EditorWindow.GetWindow(typeof(ScannerWindow), false, "Scanner");

        window.Show();
    }
Example #3
0
 public View(Model model)
 {
     this.model                 = model;
     scannerWindow              = new ScannerWindow();
     model.CurrentVoterChanged += this.showSpecificVoter;
 }