예제 #1
0
파일: AccountVM.cs 프로젝트: zero1036/TGNet
 public ChangeAccountVM()
 {
     TemData = new ODS_Account();
 }
예제 #2
0
파일: AccountVM.cs 프로젝트: zero1036/TGNet
 public AccountVM()
 {
     TemData = new ODS_Account();
 }