Beispiel #1
0
 public DesktopForm()
 {
     InitializeComponent();
     tabUtil = new TabControlUtil(this);
     UserControlUtil.desk = this;
     SplashScreenManager.CloseForm(false);
 }