Пример #1
0
        public GClass6.GClass9 method_10(SlidePanel slidePanel_2, string string_0, Bot bot_0)
        {
            Point point2;

            Hotspotform hotspotform = new Hotspotform();

            hotspotform.TopLevel = false;
            hotspotform.bot_0    = bot_0;
            SlidePanel slidePanel = new SlidePanel();

            hotspotform.string_0     = string_0;
            hotspotform.slidePanel_0 = slidePanel;
            Point point1 = new Point(5, 4);

            slidePanel.Location = point1;
            Size size = new Size(484, 392);

            slidePanel.Size      = size;
            slidePanel.SlideSide = eSlideSide.Right;
            slidePanel.Controls.Add(hotspotform);
            slidePanel.SlideOutButtonVisible = false;
            slidePanel.UsesBlockingAnimation = false;
            hotspotform.Show();
            slidePanel.Visible = false;
            slidePanel_2.Controls.Add(slidePanel);
            slidePanel.IsOpen = false;
            slidePanel.BringToFront();
            slidePanel.AnimationTime = 500;
            GClass6.GClass9 gclass9 = new GClass6.GClass9();
            gclass9.method_1(hotspotform);
            gclass9.method_3(slidePanel);
            return(gclass9);
        }
Пример #2
0
 public void method_17(Hotspotform hotspotform_1)
 {
     if (hotspotform_1 == hotspotform_0)
     {
         return;
     }
     if (hotspotform_1 != null)
     {
         throw new ArgumentException("Property can only be set to Nothing");
     }
     this.method_24 <Hotspotform>(ref hotspotform_0);
 }
Пример #3
0
 public void method_1(Hotspotform hotspotform_1)
 {
     hotspotform_0 = hotspotform_1;
 }
Пример #4
0
 public Hotspotform method_5()
 {
     hotspotform_0 = Class1.Class2.smethod_0 <Hotspotform>(hotspotform_0);
     return(hotspotform_0);
 }