Ejemplo n.º 1
0
 public AdeptusWindow(AdeptusSession session) : base("Adeptus")
 {
     this.session      = session;
     this.DeleteEvent += HandleDeleteEvent;
     this.build();
     this.ActiveCharacter(false);
 }
Ejemplo n.º 2
0
 public NewCharacterWindow(AdeptusSession session) : base()
 {
     this.session = session;
     this.build();
     this.SetPosition(WindowPosition.CenterOnParent);
 }