Most controls in CreateTournamentForm are implemented
This commit is contained in:
14
TrackerUI/IPrizeRequester.cs
Normal file
14
TrackerUI/IPrizeRequester.cs
Normal file
@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using TrackerLibrary.Models;
|
||||
|
||||
namespace TrackerUI
|
||||
{
|
||||
public interface IPrizeRequester
|
||||
{
|
||||
void PrizeComplete(PrizeModel model);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user