示例#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();
        }