Exemplo n.º 1
0
 public SictGbsAstOklusioonInfo(
     SictGbsMenuZuusctand Menu)
     :
     this(
         null,
         Menu,
         null,
         null,
         (null == Menu) ? null : Menu.AingangScnapscusTailObjektIdentLezteBerecne())
 {
 }
Exemplo n.º 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;
            }