コード例 #1
0
ファイル: Program.cs プロジェクト: GodLesZ/ZeusEngine
 public void Main()
 {
     // Aus Zeus.Model
     var clientModel = new Account();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: GodLesZ/ZeusEngine
 public void Main()
 {
     // Aus Zeus.Server.Model
     var serverModel = new Account();
     serverModel.Login();
 }