예제 #1
0
 /// <summary>
 /// Populates the <see cref="CustomFarmManager"/> with the installed Content Packs registered for MTN.
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void Populate(object sender, EventArgs e)
 {
     CustomManager.Populate(Helper, Monitor);
 }