Esempio n. 1
0
        public static void ListTest_OnCommand(CommandEventArgs e)
        {
            ListTestGump g = new ListTestGump();

            e.Mobile.SendGump(g);
        }
		public static void ListTest_OnCommand(CommandEventArgs e)
		{
			ListTestGump g = new ListTestGump();
			e.Mobile.SendGump(g);
		}