Exemple #1
0
 public F号码信息(M个号 __个号)
 {
     InitializeComponent();
     this.out号码.Text  = __个号.号码.ToString();
     this.out厂商.Text  = __个号.厂商;
     this.out名称.Text  = __个号.称;
     this.out型号.Text  = __个号.型号;
     this.out手机.Text  = __个号.手机;
     this.out备注.Text  = __个号.备注;
     this.out职务.Text  = __个号.职务;
     this.out警号.Text  = __个号.警号;
     this.out警种.Text  = __个号.警种;
     this.out部门.Text  = __个号.部门;
     this.do关闭.Click += (sender1, e1) => this.ParentForm.Close();
 }
Exemple #2
0
 public static void 显示(M个号 __个号, F显示模板 __显示)
 {
     new F空窗口(new F个号信息(__个号, __显示), "个号: " + (string.IsNullOrEmpty(__个号.称) ? __个号.号码.ToString() : __个号.称)).Show();
 }
Exemple #3
0
 public F个号信息(M个号 __个号, F显示模板 __显示)
 {
     InitializeComponent();
     _显示 = __显示;
     _个号 = __个号;
 }