public static bool Cancel(bool Announce = false) { return(Poll.Cancel(Announce)); }
public static KeyValuePair <string, int> Stop(string Winner = "", EndReason Reason = EndReason.Manual, bool Announce = false) { return(Poll.Stop(Winner, Reason, Announce)); }
public static bool Close(bool Announce = false) { return(Poll.Close(Announce)); }
public static bool Open(bool Announce = false) { return(Poll.Open(Announce)); }
public static bool Start(int cost, int goal, int totalgoal, string title, List <string> options, bool Announce = false) { return(Poll.Start(cost, goal, totalgoal, title, options, Announce)); }
public void Load() { Poll.Load(this); }