Advertisement
Jinfaa

IOperApp.cs

Feb 7th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. using System;
  2.  
  3. namespace OperAppSpace
  4. {
  5.     public interface IOperApp
  6.     {
  7.         void OperUpdate(string msg, string userlistUpdated, int msgOrUser);
  8.         void AutoLogOff();
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement