Example #1
0
        public Form1()
        {
            InitializeComponent();
            this.Visible = true;
            db = new Model2();
            //db.Signatures.Load();

            label.Text = "Количество сигнатур:" + db.Signatures.Count();
        }
Example #2
0
        public Form1()
        {
            InitializeComponent();
            this.Visible = true;
            db           = new Model2();
            //db.Signatures.Load();

            label.Text = "Количество сигнатур:" + db.Signatures.Count();
        }