예제 #1
0
파일: Form1.cs 프로젝트: GarageInc/all
        public Form1()
        {
            InitializeComponent();
            this.Visible = true;
            db = new Model2();
            //db.Signatures.Load();

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

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