CreateNewHunt() public static méthode

public static CreateNewHunt ( ) : void
Résultat void
Exemple #1
0
 private void HuntList_AttemptNewItem(object sender, EventArgs e)
 {
     HuntManager.CreateNewHunt();
     refreshHunts();
 }