Class NewStyleRollCallWindow
- Namespace
- Ink_Canvas
- Assembly
- InkCanvasForClass.dll
新点名UI风格的窗口
public class NewStyleRollCallWindow : Window, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
NewStyleRollCallWindow
- Implements
- Inherited Members
Constructors
NewStyleRollCallWindow()
public NewStyleRollCallWindow()
NewStyleRollCallWindow(Settings, bool)
public NewStyleRollCallWindow(Settings settings, bool isSingleDraw = false)
Parameters
NewStyleRollCallWindow(bool)
public NewStyleRollCallWindow(bool isSingleDraw)
Parameters
isSingleDrawbool
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()
SelectNamesWithML(List<string>, int, Random)
使用机器学习算法选择点名人员,避免最近重复
public static List<string> SelectNamesWithML(List<string> availableNames, int count, Random random)
Parameters
Returns
UpdateRollCallHistory(List<string>)
更新点名历史记录
public static void UpdateRollCallHistory(List<string> selectedNames)