AcManager.Controls.Dialogs.KunosCareerIntro.KunosCareerIntro C# (CSharp) 메소드

KunosCareerIntro() 공개 메소드

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