コード例 #1
0
        public GClass6.GClass8 method_6(SlidePanel slidePanel_2, string string_0, Bot bot_0)
        {
            Point point2;

            QuestForm questForm = new QuestForm();

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

            questForm.string_0     = string_0;
            questForm.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(questForm);
            slidePanel.SlideOutButtonVisible = false;
            slidePanel.UsesBlockingAnimation = false;
            questForm.Show();
            slidePanel.Visible = false;
            slidePanel_2.Controls.Add(slidePanel);
            slidePanel.IsOpen = false;
            slidePanel.BringToFront();
            slidePanel.AnimationTime  = 500;
            slidePanel.IsOpenChanged += new EventHandler(questForm.method_1);
            GClass6.GClass8 gclass8 = new GClass6.GClass8();
            gclass8.method_1(questForm);
            gclass8.method_3(slidePanel);
            return(gclass8);
        }
コード例 #2
0
 public void method_21(QuestForm questForm_1)
 {
     if (questForm_1 == questForm_0)
     {
         return;
     }
     if (questForm_1 != null)
     {
         throw new ArgumentException("Property can only be set to Nothing");
     }
     this.method_24 <QuestForm>(ref questForm_0);
 }
コード例 #3
0
 public void method_1(QuestForm questForm_1)
 {
     questForm_0 = questForm_1;
 }
コード例 #4
0
 public QuestForm method_9()
 {
     questForm_0 = Class1.Class2.smethod_0 <QuestForm>(questForm_0);
     return(questForm_0);
 }