forked from zxl/LaboratoryProtection
10 lines
111 B
C#
10 lines
111 B
C#
|
using PMaker.Await;
|
|||
|
using PMaker.UI;
|
|||
|
|
|||
|
public class TestPage : Page
|
|||
|
{
|
|||
|
private void Start()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|