コード例 #1
0
ファイル: ListGump20.cs プロジェクト: Jascen/UOSmart
 public InternalSort(GumpPlus g)
 {
     c_Gump = g;
 }
コード例 #2
0
 public BanGump(Mobile m, GumpPlus g) : base(g.Owner, 100, 100)
 {
     c_Gump = g;
     c_Target = m;
 }
コード例 #3
0
ファイル: ListGump20.cs プロジェクト: Jascen/UOSmart
            public StatusGump(Mobile m, GumpPlus g)
                : base(m, 100, 100)
            {
                m.CloseGump(typeof(StatusGump));

                c_Gump = g;
            }
コード例 #4
0
ファイル: ListGump20.cs プロジェクト: Jascen/UOSmart
            public AwayGump(Mobile m, GumpPlus g)
                : base(m, 100, 100)
            {
                m.CloseGump(typeof(AwayGump));

                c_Gump = g;
            }
コード例 #5
0
 public InternalPicker(GumpPlus g)
     : base(0x1018)
 {
     c_Gump = g;
 }
コード例 #6
0
ファイル: ListGump.cs プロジェクト: guy489/runuot2a
 public InternalSort(GumpPlus gump)
 {
     c_Gump = gump;
 }
コード例 #7
0
ファイル: Events.cs プロジェクト: Jascen/UOSmart
 public GumpCreatedEventArgs(Mobile m, GumpPlus g)
 {
     c_Mobile = m;
     c_Gump = g;
 }
コード例 #8
0
ファイル: IrcGump.cs プロジェクト: ITLongwell/aedilis2server
 public IrcStaffColorGump(Mobile m, GumpPlus g)
     : base(m, 100, 100)
 {
     c_Gump = g;
 }
コード例 #9
0
 public FilterPenaltyGump(Mobile m, GumpPlus g)
     : base(m, 100, 100)
 {
     c_Gump = g;
 }
コード例 #10
0
ファイル: Events.cs プロジェクト: tbewley10310/Land-of-Archon
 public GumpCreatedEventArgs(Mobile m, GumpPlus g)
 {
     c_Mobile = m;
     c_Gump   = g;
 }
コード例 #11
0
ファイル: EditNotGump.cs プロジェクト: Orion321/unknown-shard
 public TimeGump(Mobile m, GumpPlus g, Notification not)
     : base(g.Owner, 100, 100)
 {
     c_Gump = g;
     c_Not  = not;
 }
コード例 #12
0
 public TimeGump(Mobile m, GumpPlus g, Notification not)
     : base(g.Owner, 100, 100)
 {
     c_Gump = g;
     c_Not = not;
 }
コード例 #13
0
 public FilterPenaltyGump(Mobile m, GumpPlus g)
     : base(m, 100, 100)
 {
     c_Gump = g;
 }