2021年6月1日 星期二

使用vs Code建立Win/Linux跨平台GUI視窗軟體

 #install gtk# tamplate

dotnet new -i "GtkSharp.Template.CSharp"





# to see all the installed templates
dotnet new --list
 
# to create a gtksharp application based on gtkapp template
dotnet new gtkapp