예제 #1
0
 public string GetRbtVersion()
 {
     using (Access3.LoginAccess dac = new Access3.LoginAccess())
     {
         return(dac.GetRbtVersion());
     }
 }