Esempio n. 1
0
        public Dialog_DeleteLog(MainTabWindow_ColonistHistory parent)
        {
            this.parent = parent;

            this.forcePause = true;
            this.absorbInputAroundWindow = true;
            this.closeOnClickedOutside   = true;
            this.doCloseX      = true;
            this.closeOnAccept = false;
        }
Esempio n. 2
0
 public Dialog_RecordTableOption(MainTabWindow_ColonistHistory parent)
 {
     this.optionalTitle = "ColonistHistory.Dialog_RecordTableOptionTitle".Translate();
     this.doCloseX      = true;
     this.parent        = parent;
 }