コード例 #1
0
 public AgendaWindow()
 {
     userStatus     = kernelUserManager.Get <IUserStatus>();
     accountManager = kernelUserManager.Get <IAccountManager>();
     InitializeComponent();
     businessLogic = kernel.Get <IBusinessLogic>();
     SetDateOnStart(businessLogic.CurrentDateSet()); // inicjalizacja dat
     SectionSetToDefaultMulti();                     //ustaw labele na default
     SectionFillMulti();                             // wypelnij wszystkie
     SetUserName();
 }