protected override void OnInit(object data) { base.OnInit(data); if (null == Ins) { Ins = this; } else { throw new Exception("Inited"); } }