コード例 #1
0
ファイル: VotingScheduler.cs プロジェクト: memrace/SPVote
 public void Close()
 {
     _votingTheme.Close();
     _votingTheme = null;
 }
コード例 #2
0
ファイル: VotingScheduler.cs プロジェクト: memrace/SPVote
 public VotingTheme Create(string title)
 {
     return(_votingTheme = new VotingTheme(title, _votingHistoryService));
 }