AcManager.Controls.Dialogs.KunosCareerIntro.KunosCareerIntro C# (CSharp) Method

KunosCareerIntro() public method

public KunosCareerIntro ( KunosCareerObject careerObject ) : System.Windows.Controls
careerObject AcManager.Tools.Objects.KunosCareerObject
return System.Windows.Controls
        public KunosCareerIntro(KunosCareerObject careerObject) {
            DataContext = this;
            CareerObject = careerObject;
            Title = CareerObject.Name;
            InitializeComponent();
            Buttons = new Button[] { };
        }