Example #1
0
 public SictGbsAstOklusioonInfo(
     SictGbsWindowZuusctand Window)
     :
     this(
         Window,
         null,
         null,
         null,
         (null == Window) ? null : Window.ScnapscusWindowLezte)
 {
 }
Example #2
0
            public SictGbsAstOklusioonInfo(
                SictGbsWindowZuusctand Window,
                SictGbsMenuZuusctand Menu,
                GbsElement Utilmenu,
                VonSensor.PanelGroup PanelGroup,
                GbsElement GbsElementScnapscus)
            {
                this.Window     = Window;
                this.Menu       = Menu;
                this.Utilmenu   = Utilmenu;
                this.PanelGroup = PanelGroup;

                this.GbsElementScnapscus = GbsElementScnapscus;
            }